diff options
author | rene <rene@FreeBSD.org> | 2014-02-21 20:31:53 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-02-21 20:31:53 +0800 |
commit | a2765318daec391ccea47e90215165a7205f5997 (patch) | |
tree | a803f673cdb9a73f114f20ef3dc32fac755723c6 | |
parent | 4139e8df19a0e875a9aaeed4766239850e832a94 (diff) | |
download | freebsd-ports-gnome-a2765318daec391ccea47e90215165a7205f5997.tar.gz freebsd-ports-gnome-a2765318daec391ccea47e90215165a7205f5997.tar.zst freebsd-ports-gnome-a2765318daec391ccea47e90215165a7205f5997.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
-rw-r--r-- | comms/dcf77pi/Makefile | 10 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 4 |
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 |