diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-22 14:12:01 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-22 14:12:01 +0000 |
commit | e74a981aff8cbca1303f42e142b9af8d79fa5a1f (patch) | |
tree | 7917f3c1f559757b9e9782c6992eb25e166b8113 /comms | |
parent | 7aa420f1e31bdaae54730426c00de9af36699383 (diff) | |
download | ports-e74a981aff8cbca1303f42e142b9af8d79fa5a1f.tar.gz ports-e74a981aff8cbca1303f42e142b9af8d79fa5a1f.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/Makefile | 7 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index c464a7ccc751..b841bd1d8fc2 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTVERSION= 1.0.3.1 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= 3e51be2 +GH_COMMIT= cea9de9 OPTIONS_DEFINE= DOCS @@ -24,7 +23,7 @@ post-install: ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR} .endif - if [ ! ${ETCDIR}/hardware.txt ] ; then \ + if [ ! -f ${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 09c4285bfb49..9f8f6c64ad12 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-1.0.3.tar.gz) = e74f9702db052a10d9906280f162f29f7de582e86e40eacc5ee6dea14f985249 -SIZE (dcf77pi-1.0.3.tar.gz) = 9270 +SHA256 (dcf77pi-1.0.3.1.tar.gz) = 96586f95a86c6192c4fd8f961a3e02a6c26e2821946466d004499dcae674da52 +SIZE (dcf77pi-1.0.3.1.tar.gz) = 9328 |