aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--misc/Makefile2
-rw-r--r--misc/timediff/distinfo3
-rw-r--r--misc/timediff/pkg-descr4
-rw-r--r--misc/tzdiff/Makefile (renamed from misc/timediff/Makefile)14
-rw-r--r--misc/tzdiff/distinfo3
-rw-r--r--misc/tzdiff/pkg-descr4
7 files changed, 16 insertions, 15 deletions
diff --git a/MOVED b/MOVED
index 4de3adb15ce5..375e50d4e2ab 100644
--- a/MOVED
+++ b/MOVED
@@ -10515,3 +10515,4 @@ devel/rlvm|games/rlvm|2018-09-03|Moved to better category
dns/openmdns|net/openmdns|2018-09-03|Moved to better category
www/hs-activehs||2018-09-03|Has expired: Doesn't build with recent dependencies
science/mpqc-mpich|science/mpqc|2018-09-03|MPI option is enabled by default in mpqc, no need for mpqc-mpich
+misc/timediff|misc/tzdiff|2018-09-04|Project was renamed
diff --git a/misc/Makefile b/misc/Makefile
index 06643d4ee23d..aa4e04a6a347 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -515,7 +515,6 @@
SUBDIR += termatrix
SUBDIR += teseq
SUBDIR += thefuck
- SUBDIR += timediff
SUBDIR += tkcron
SUBDIR += tkinfo
SUBDIR += tkregexp
@@ -526,6 +525,7 @@
SUBDIR += tudu
SUBDIR += tvbrowser
SUBDIR += typetrainer
+ SUBDIR += tzdiff
SUBDIR += uk-phone
SUBDIR += uk-postcodes
SUBDIR += umodunpack
diff --git a/misc/timediff/distinfo b/misc/timediff/distinfo
deleted file mode 100644
index b3fef1b99814..000000000000
--- a/misc/timediff/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1534900639
-SHA256 (belgianbeer-timediff-0.8_GH0.tar.gz) = a106bdea42b6569c3f2e1c7d06aea41e47af665e4fdea4bfd38f23d5e6871936
-SIZE (belgianbeer-timediff-0.8_GH0.tar.gz) = 3349
diff --git a/misc/timediff/pkg-descr b/misc/timediff/pkg-descr
deleted file mode 100644
index f171a9ae64fc..000000000000
--- a/misc/timediff/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-timediff is a simple command line tool to show time pairs
-between target timezone and localtime.
-
-WWW: https://github.com/belgianbeer/timediff
diff --git a/misc/timediff/Makefile b/misc/tzdiff/Makefile
index 64b5127dcaf3..f3badba44bee 100644
--- a/misc/timediff/Makefile
+++ b/misc/tzdiff/Makefile
@@ -1,8 +1,8 @@
# Created by: Naito Yuichiro <naito.yuichiro@gmail.com>
# $FreeBSD$
-PORTNAME= timediff
-PORTVERSION= 0.8
+PORTNAME= tzdiff
+PORTVERSION= 0.9
CATEGORIES= misc
MAINTAINER= naito.yuichiro@gmail.com
@@ -12,19 +12,19 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= belgianbeer
-GH_PROJECT= timediff
+GH_PROJECT= tzdiff
-PLIST_FILES= sbin/timediff
+PLIST_FILES= bin/tzdiff
NO_ARCH= yes
NO_BUILD= yes
do-patch:
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
- ${WRKSRC}/timediff
+ ${WRKSRC}/tzdiff
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/timediff \
- ${STAGEDIR}${PREFIX}/sbin
+ ${INSTALL_SCRIPT} ${WRKSRC}/tzdiff \
+ ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/misc/tzdiff/distinfo b/misc/tzdiff/distinfo
new file mode 100644
index 000000000000..5642da2e3371
--- /dev/null
+++ b/misc/tzdiff/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1536023257
+SHA256 (belgianbeer-tzdiff-0.9_GH0.tar.gz) = d6e600e15cffe9ccebc72f6efc7798d9f3deb9ced4bc03aef1b8607b43446795
+SIZE (belgianbeer-tzdiff-0.9_GH0.tar.gz) = 3415
diff --git a/misc/tzdiff/pkg-descr b/misc/tzdiff/pkg-descr
new file mode 100644
index 000000000000..82b735da5663
--- /dev/null
+++ b/misc/tzdiff/pkg-descr
@@ -0,0 +1,4 @@
+tzdiff is a simple command line tool to show time pairs
+between target timezone and localtime.
+
+WWW: https://github.com/belgianbeer/tzdiff