Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 12:31:53 +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: r345378 - head/comms/dcf77pi
Message-ID:  <201402211231.s1LCVrDw035767@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Fri Feb 21 12:31:53 2014
New Revision: 345378
URL: http://svnweb.freebsd.org/changeset/ports/345378
QAT: https://qat.redports.org/buildarchive/r345378/

Log:
  comms/dcf77pi: update to 2.0.1
  - support DESTDIR and install-strip, uninstall targets in upstream Makefile
  - clean up port Makefile accordingly
  - bugfix: do not accept removed 'S' command line option
  - bugfix: display 'no minute' at the correct position in GUI mode
  - do not leak curses memory at exit

Modified:
  head/comms/dcf77pi/Makefile
  head/comms/dcf77pi/distinfo

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Fri Feb 21 11:42:17 2014	(r345377)
+++ head/comms/dcf77pi/Makefile	Fri Feb 21 12:31:53 2014	(r345378)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	2.0.0
+PORTVERSION=	2.0.1
 CATEGORIES=	comms
 
 MAINTAINER=	rene@FreeBSD.org
@@ -12,17 +12,15 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0
-GH_COMMIT=	cac4383
+GH_COMMIT=	9865afc
 
 USES=		ncurses
 
-MAKE_ARGS=	FULLPREFIX="${STAGEDIR}${PREFIX}"
-
 PORTDOCS=	README.md
 
+INSTALL_TARGET=	install-strip
+
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dcf77pi
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/readpin
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for f in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Fri Feb 21 11:42:17 2014	(r345377)
+++ head/comms/dcf77pi/distinfo	Fri Feb 21 12:31:53 2014	(r345378)
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-2.0.0.tar.gz) = 2be6f105d33bd2265972c3fc705281110fe5d93450f5a618bd2d9396d0b35e2a
-SIZE (dcf77pi-2.0.0.tar.gz) = 15207
+SHA256 (dcf77pi-2.0.1.tar.gz) = 7a049f7c17287a8a00ca999f429f571e04f586fe33c4e8779d6334a0f4206095
+SIZE (dcf77pi-2.0.1.tar.gz) = 15344



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