Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 21:26:33 +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: r331897 - in head: . comms/dcf77pi comms/dcf77pi/files
Message-ID:  <201310282126.r9SLQX0w043206@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Mon Oct 28 21:26:33 2013
New Revision: 331897
URL: http://svnweb.freebsd.org/changeset/ports/331897

Log:
  - Update to 1.0.5
  - Add a note to UPDATING about the changed and renamed configuration file.

Deleted:
  head/comms/dcf77pi/files/
Modified:
  head/UPDATING
  head/comms/dcf77pi/Makefile
  head/comms/dcf77pi/distinfo
  head/comms/dcf77pi/pkg-plist

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon Oct 28 20:30:57 2013	(r331896)
+++ head/UPDATING	Mon Oct 28 21:26:33 2013	(r331897)
@@ -6,6 +6,16 @@ You should get into the habit of checkin
 you update your ports collection, before attempting any port upgrades.
 
 20131028:
+  AFFECTS: users of comms/dcf77pi
+  AUTHOR: rene@FreeBSD.org
+
+  As of version 1.0.5 the configuration file was renamed from
+  hardware.txt to config.txt and the format has been made more flexible.
+
+  If you have customized any parameters, be sure to copy them to
+  config.txt after which hardware.txt can be removed.
+
+20131028:
   AFFECTS: users of multimedia/ffmpeg1 and multimedia/ffmpeg-devel
   AUTHOR: wg@FreeBSD.org
 

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Mon Oct 28 20:30:57 2013	(r331896)
+++ head/comms/dcf77pi/Makefile	Mon Oct 28 21:26:33 2013	(r331897)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	1.0.4
+PORTVERSION=	1.0.5
 CATEGORIES=	comms
 
 MAINTAINER=	rene@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	BSD
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0
-GH_COMMIT=	75f6f04
+GH_COMMIT=	f5b0c0d
 
 MAKE_ARGS=	FULLPREFIX="${STAGEDIR}${PREFIX}"
 
@@ -21,12 +21,14 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dcf77pi
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/readpin
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
 .endif
-	if [ ! -f ${ETCDIR}/hardware.txt ] ; then \
-		${CP} -p ${STAGEDIR}${ETCDIR}/hardware.txt.sample ${STAGEDIR}${ETCDIR}/hardware.txt ; \
+	if [ ! -f ${ETCDIR}/config.txt ] ; then \
+		${CP} -p ${STAGEDIR}${ETCDIR}/config.txt.sample ${STAGEDIR}${ETCDIR}/config.txt ; \
 	fi
 
 .include <bsd.port.mk>

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Mon Oct 28 20:30:57 2013	(r331896)
+++ head/comms/dcf77pi/distinfo	Mon Oct 28 21:26:33 2013	(r331897)
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-1.0.4.tar.gz) = 98a058f0addcf3c53810bb04ee9539cbb3459f6258dd701aae623d166cf4c264
-SIZE (dcf77pi-1.0.4.tar.gz) = 10126
+SHA256 (dcf77pi-1.0.5.tar.gz) = 8515ed0fae015a3f81239e2605e5b4170f44d6faee169d29c5fd7c8ff2e79bd7
+SIZE (dcf77pi-1.0.5.tar.gz) = 11755

Modified: head/comms/dcf77pi/pkg-plist
==============================================================================
--- head/comms/dcf77pi/pkg-plist	Mon Oct 28 20:30:57 2013	(r331896)
+++ head/comms/dcf77pi/pkg-plist	Mon Oct 28 21:26:33 2013	(r331897)
@@ -1,8 +1,8 @@
 bin/dcf77pi
 bin/readpin
 %%PORTDOCS%%%%DOCSDIR%%/README.md
-@unexec if cmp -s %D/etc/dcf77pi/hardware.txt.sample %D/etc/dcf77pi/hardware.txt ; then rm -f %D/etc/dcf77pi/hardware.txt ; fi
-etc/dcf77pi/hardware.txt.sample
-@exec if [ ! -f %D/etc/dcf77pi/hardware.txt ] ; then cp -p %D/%F %B/hardware.txt ; fi
+@unexec if cmp -s %D/etc/dcf77pi/config.txt.sample %D/etc/dcf77pi/config.txt ; then rm -f %D/etc/dcf77pi/config.txt ; fi
+etc/dcf77pi/config.txt.sample
+@exec if [ ! -f %D/etc/dcf77pi/config.txt ] ; then cp -p %D/%F %B/config.txt ; fi
 @dirrmtry %%ETCDIR%%
 %%PORTDOCS%%@dirrm %%DOCSDIR%%



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