diff options
author | rene <rene@FreeBSD.org> | 2013-12-15 22:19:48 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-15 22:19:48 +0800 |
commit | 86425536110e9415878675c06b39efbdd900d984 (patch) | |
tree | f1967c2e5ed6bd3c512eb635ded9c8e77cb825e1 | |
parent | 8815bd33a9434b6dbf3db2d87d0bafdba832f6ca (diff) | |
download | freebsd-ports-gnome-86425536110e9415878675c06b39efbdd900d984.tar.gz freebsd-ports-gnome-86425536110e9415878675c06b39efbdd900d984.tar.zst freebsd-ports-gnome-86425536110e9415878675c06b39efbdd900d984.zip |
Update to 1.1.1
Changes:
dcf77pi:
- Calculate century (modulo 400) from year, month, day of week, day of month
- New parameter -S to set the system time
- Improvements to DST handling
- Set error state if day of month is too large, not just when greater than 31
readpin:
- New parameter -t for readpin to adjust nanosleep() delay
- Determine realfreq dynamically, do not use realfreq from config.txt
general:
- Documentation updates
- Code cleanups
-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 7596ae1dcdd2..c69d2732e5ec 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcf77pi -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= comms MAINTAINER= rene@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= rene0 -GH_COMMIT= 82252fd +GH_COMMIT= 8be074e MAKE_ARGS= FULLPREFIX="${STAGEDIR}${PREFIX}" diff --git a/comms/dcf77pi/distinfo b/comms/dcf77pi/distinfo index 526bad98ebd4..29051173ad95 100644 --- a/comms/dcf77pi/distinfo +++ b/comms/dcf77pi/distinfo @@ -1,2 +1,2 @@ -SHA256 (dcf77pi-1.1.0.tar.gz) = e2f8284228c49cb385d3479bd3f14cf39b205ad6a69d5f6bf55a5ed1f2f2a000 -SIZE (dcf77pi-1.1.0.tar.gz) = 11976 +SHA256 (dcf77pi-1.1.1.tar.gz) = 4849ff943c3e74480e86e6719302daffcc6140008e0d4f076e32cc31440fc87a +SIZE (dcf77pi-1.1.1.tar.gz) = 13058 |