diff options
author | rene <rene@FreeBSD.org> | 2014-01-02 06:00:20 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-01-02 06:00:20 +0800 |
commit | f4aaaae38fb3feaf28af42ce39a9f3400ab183f9 (patch) | |
tree | f156468b5711138bce0aa7aca3e65514c6c2bfd4 /comms | |
parent | 21d85a816628488daea302884a70d66c7b87aebc (diff) | |
download | freebsd-ports-gnome-f4aaaae38fb3feaf28af42ce39a9f3400ab183f9.tar.gz freebsd-ports-gnome-f4aaaae38fb3feaf28af42ce39a9f3400ab183f9.tar.zst freebsd-ports-gnome-f4aaaae38fb3feaf28af42ce39a9f3400ab183f9.zip |
Update to 1.1.2
Changes:
- replace hardcoded realfreq parameter with a dynamically determined value
and update README.md
- minor updates to time decoder
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dcf77pi/Makefile | 4 | ||||
-rw-r--r-- | comms/dcf77pi/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index 2242021bdb8a..de39b61ef890 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= comms MAINTAINER= rene@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}" diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 29051173ad95..1df2eebc703e 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -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 |