svn commit: r338396 - head/comms/dcf77pi

Rene Ladan rene at FreeBSD.org
Wed Jan 1 22:00:21 UTC 2014


Author: rene
Date: Wed Jan  1 22:00:20 2014
New Revision: 338396
URL: http://svnweb.freebsd.org/changeset/ports/338396

Log:
  Update to 1.1.2
  
  Changes:
  - replace hardcoded realfreq parameter with a dynamically determined value
    and update README.md
  - minor updates to time decoder

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

Modified: head/comms/dcf77pi/Makefile
==============================================================================
--- head/comms/dcf77pi/Makefile	Wed Jan  1 21:49:38 2014	(r338395)
+++ head/comms/dcf77pi/Makefile	Wed Jan  1 22:00:20 2014	(r338396)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	dcf77pi
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 CATEGORIES=	comms
 
 MAINTAINER=	rene at FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	rene0
-GH_COMMIT=	8be074e
+GH_COMMIT=	c13fd2c
 
 MAKE_ARGS=	FULLPREFIX="${STAGEDIR}${PREFIX}"
 

Modified: head/comms/dcf77pi/distinfo
==============================================================================
--- head/comms/dcf77pi/distinfo	Wed Jan  1 21:49:38 2014	(r338395)
+++ head/comms/dcf77pi/distinfo	Wed Jan  1 22:00:20 2014	(r338396)
@@ -1,2 +1,2 @@
-SHA256 (dcf77pi-1.1.1.tar.gz) = 4849ff943c3e74480e86e6719302daffcc6140008e0d4f076e32cc31440fc87a
-SIZE (dcf77pi-1.1.1.tar.gz) = 13058
+SHA256 (dcf77pi-1.1.2.tar.gz) = cf3ab6579bf8759e9eb63f7c92cf9fc3250a72f7a566f3313ec293a09952e1a5
+SIZE (dcf77pi-1.1.2.tar.gz) = 13218


More information about the svn-ports-all mailing list