aboutsummaryrefslogtreecommitdiff
path: root/comms/dcf77pi
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-02-21 12:31:53 +0000
committerRene Ladan <rene@FreeBSD.org>2014-02-21 12:31:53 +0000
commita762c4c8ec18f3843b5b12781a0ddca347e421bd (patch)
treea803f673cdb9a73f114f20ef3dc32fac755723c6 /comms/dcf77pi
parent6b645fe91a04467dd007302a1e7c29416a2a9205 (diff)
downloadports-a762c4c8ec18f3843b5b12781a0ddca347e421bd.tar.gz
ports-a762c4c8ec18f3843b5b12781a0ddca347e421bd.zip
comms/dcf77pi: update to 2.0.1
- support DESTDIR and install-strip, uninstall targets in upstream Makefile - clean up port Makefile accordingly - bugfix: do not accept removed 'S' command line option - bugfix: display 'no minute' at the correct position in GUI mode - do not leak curses memory at exit
Notes
Notes: svn path=/head/; revision=345378
Diffstat (limited to 'comms/dcf77pi')
-rw-r--r--comms/dcf77pi/Makefile10
-rw-r--r--comms/dcf77pi/distinfo4
2 files changed, 6 insertions, 8 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile
index b08f9e120139..ecde026411b5 100644
--- a/comms/dcf77pi/Makefile
+++ b/comms/dcf77pi/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dcf77pi
-PORTVERSION= 2.0.0
+PORTVERSION= 2.0.1
CATEGORIES= comms
MAINTAINER= rene@FreeBSD.org
@@ -12,17 +12,15 @@ LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= rene0
-GH_COMMIT= cac4383
+GH_COMMIT= 9865afc
USES= ncurses
-MAKE_ARGS= FULLPREFIX="${STAGEDIR}${PREFIX}"
-
PORTDOCS= README.md
+INSTALL_TARGET= install-strip
+
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dcf77pi
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/readpin
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo
index c2a0906e05fe..894f71618b7f 100644
--- a/comms/dcf77pi/distinfo
+++ b/comms/dcf77pi/distinfo
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-2.0.0.tar.gz) = 2be6f105d33bd2265972c3fc705281110fe5d93450f5a618bd2d9396d0b35e2a
-SIZE (dcf77pi-2.0.0.tar.gz) = 15207
+SHA256 (dcf77pi-2.0.1.tar.gz) = 7a049f7c17287a8a00ca999f429f571e04f586fe33c4e8779d6334a0f4206095
+SIZE (dcf77pi-2.0.1.tar.gz) = 15344