svn commit: r344554 - head/comms/dcf77pi

Rene Ladan rene at FreeBSD.org
Sun Feb 16 12:32:03 UTC 2014


Author: rene
Date: Sun Feb 16 12:32:02 2014
New Revision: 344554
URL: http://svnweb.freebsd.org/changeset/ports/344554
QAT: https://qat.redports.org/buildarchive/r344554/

Log:
  comms/dcf77pi: update to version 2.0.0
  
  - Provide an ncurses based interface in live mode, no changes when reading
    from a log file
  - Drop the -v and -S parameters, they are now part of the GUI
  
  - add ncurses to USES

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

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Sun Feb 16 12:30:16 2014	(r344553)
+++ head/comms/dcf77pi/Makefile	Sun Feb 16 12:32:02 2014	(r344554)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	1.1.3
+PORTVERSION=	2.0.0
 CATEGORIES=	comms
 
 MAINTAINER=	rene at FreeBSD.org
@@ -12,7 +12,9 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0
-GH_COMMIT=	598f3ae
+GH_COMMIT=	cac4383
+
+USES=		ncurses
 
 MAKE_ARGS=	FULLPREFIX="${STAGEDIR}${PREFIX}"
 

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Sun Feb 16 12:30:16 2014	(r344553)
+++ head/comms/dcf77pi/distinfo	Sun Feb 16 12:32:02 2014	(r344554)
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-1.1.3.tar.gz) = c123b04cd974b59812ba6aeaf3bbe4819452bb87e23de4831007b0e70e2c13f1
-SIZE (dcf77pi-1.1.3.tar.gz) = 13347
+SHA256 (dcf77pi-2.0.0.tar.gz) = 2be6f105d33bd2265972c3fc705281110fe5d93450f5a618bd2d9396d0b35e2a
+SIZE (dcf77pi-2.0.0.tar.gz) = 15207


More information about the svn-ports-all mailing list