aboutsummaryrefslogtreecommitdiff
path: root/comms/dcf77pi
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-21 14:42:20 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-21 14:42:20 +0000
commitbd7b90749add77ae4899928981e7b9875f1df900 (patch)
treee5457d5a53f7e48046e2ef99d6da6df8ce30da8b /comms/dcf77pi
parente012a92d09f42c4b4e6c4742e81f6016b993e790 (diff)
downloadports-bd7b90749add77ae4899928981e7b9875f1df900.tar.gz
ports-bd7b90749add77ae4899928981e7b9875f1df900.zip
Update to 1.0.3
No need to ignore on FreeBSD < 9.0, the software will disable GPIO itself.
Notes
Notes: svn path=/head/; revision=323396
Diffstat (limited to 'comms/dcf77pi')
-rw-r--r--comms/dcf77pi/Makefile10
-rw-r--r--comms/dcf77pi/distinfo4
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