diff options
author | rene <rene@FreeBSD.org> | 2013-07-21 22:42:20 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-21 22:42:20 +0800 |
commit | c46c180aa08cac15a0d463913f7c4fa1010ca6bd (patch) | |
tree | e5457d5a53f7e48046e2ef99d6da6df8ce30da8b /comms | |
parent | ea70cf826deab4728d750a8c6765316a13ef81cf (diff) | |
download | freebsd-ports-gnome-c46c180aa08cac15a0d463913f7c4fa1010ca6bd.tar.gz freebsd-ports-gnome-c46c180aa08cac15a0d463913f7c4fa1010ca6bd.tar.zst freebsd-ports-gnome-c46c180aa08cac15a0d463913f7c4fa1010ca6bd.zip |
Update to 1.0.3
No need to ignore on FreeBSD < 9.0, the software will disable GPIO itself.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/Makefile | 10 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 4 |
2 files changed, 5 insertions, 9 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index af84f0353e7d..6957ac57ff82 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -12,22 +12,18 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= 27143b4 +GH_COMMIT= 3caf2bd OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> -.if ${OSVERSION} < 900000 -IGNORE= no GPIO support -.endif - post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR} .endif - @if [ ! ${ETCDIR}/hardware.txt ] ; then \ + if [ ! ${ETCDIR}/hardware.txt ] ; then \ ${CP} -p ${ETCDIR}/hardware.txt.sample ${ETCDIR}/hardware.txt ; \ fi diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 86293cd4254e..84015e91c694 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-1.0.2.tar.gz) = ee5816f046f2e143306ead467f629afd85eedf653014c08ff3a3e1ed721ed24c -SIZE (dcf77pi-1.0.2.tar.gz) = 8786 +SHA256 (dcf77pi-1.0.3.tar.gz) = 539c1e3a454db56cdc698e5070cc3cff7dc5a08f98b3b431f76b68fb2ba53f3e +SIZE (dcf77pi-1.0.3.tar.gz) = 9274 |