diff options
author | rene <rene@FreeBSD.org> | 2013-07-22 22:12:01 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-22 22:12:01 +0800 |
commit | f25733fb54e835477df255410dda0bd647fcd79a (patch) | |
tree | 7917f3c1f559757b9e9782c6992eb25e166b8113 | |
parent | 629ae062aab5f32c71aaf9c83701f388df8293cf (diff) | |
download | freebsd-ports-gnome-f25733fb54e835477df255410dda0bd647fcd79a.tar.gz freebsd-ports-gnome-f25733fb54e835477df255410dda0bd647fcd79a.tar.zst freebsd-ports-gnome-f25733fb54e835477df255410dda0bd647fcd79a.zip |
Update to 1.0.3.1
This release fixes installation of the configuration file.
-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 |