Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jul 2013 14:12:01 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323450 - head/comms/dcf77pi
Message-ID:  <201307221412.r6MEC16u089588@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307221412.r6MEC16u089588>