svn commit: r323450 - head/comms/dcf77pi
Rene Ladan
rene at FreeBSD.org
Mon Jul 22 14:12:02 UTC 2013
Author: rene
Date: Mon Jul 22 14:12:01 2013
New Revision: 323450
URL: http://svnweb.freebsd.org/changeset/ports/323450
Log:
Update to 1.0.3.1
This release fixes installation of the configuration file.
Modified:
head/comms/dcf77pi/Makefile
head/comms/dcf77pi/distinfo
Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile Mon Jul 22 14:02:17 2013 (r323449)
+++ head/comms/dcf77pi/Makefile Mon Jul 22 14:12:01 2013 (r323450)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= dcf77pi
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTVERSION= 1.0.3.1
CATEGORIES= comms
MAINTAINER= rene at 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
Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo Mon Jul 22 14:02:17 2013 (r323449)
+++ head/comms/dcf77pi/distinfo Mon Jul 22 14:12:01 2013 (r323450)
@@ -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
More information about the svn-ports-head
mailing list