diff options
author | sergei <sergei@FreeBSD.org> | 2005-11-21 21:15:48 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-11-21 21:15:48 +0800 |
commit | 85bf3e7f412792108686f01152d638e38cf279cf (patch) | |
tree | 077184953c60150ee1ec68f07fdd0f7a3ec72356 | |
parent | 86f6c2d5e8ebcf41a7ad6645a27af2a54a35d788 (diff) | |
download | freebsd-ports-gnome-85bf3e7f412792108686f01152d638e38cf279cf.tar.gz freebsd-ports-gnome-85bf3e7f412792108686f01152d638e38cf279cf.tar.zst freebsd-ports-gnome-85bf3e7f412792108686f01152d638e38cf279cf.zip |
- Update to 1.1.4
- Chase MASTER_SITE URL change [1]
- Add SHA256 checksum
Prompted by: fenner's portsurvey [1]
-rw-r--r-- | misc/getopt/Makefile | 5 | ||||
-rw-r--r-- | misc/getopt/distinfo | 5 | ||||
-rw-r--r-- | misc/getopt/pkg-descr | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 74e50bd5b721..bbf3c1953098 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -6,10 +6,9 @@ # PORTNAME= getopt -PORTVERSION= 1.1.3 -PORTREVISION= 1 +PORTVERSION= 1.1.4 CATEGORIES= misc -MASTER_SITES= http://www.frodol.dds.nl/ +MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ MAINTAINER= sergei@FreeBSD.org COMMENT= A getopt(1) replacement that supports GNU-style long options diff --git a/misc/getopt/distinfo b/misc/getopt/distinfo index 7b176b79e00d..80e380a681de 100644 --- a/misc/getopt/distinfo +++ b/misc/getopt/distinfo @@ -1,2 +1,3 @@ -MD5 (getopt-1.1.3.tar.gz) = 7b7637dcb0ac531f1af29f4d6b018e86 -SIZE (getopt-1.1.3.tar.gz) = 37775 +MD5 (getopt-1.1.4.tar.gz) = 02188ca68da27c4175d6e9f3da732101 +SHA256 (getopt-1.1.4.tar.gz) = 41083d9993c26792851e79b81a0991996a3f61e14998fdd607615cc3bf933bab +SIZE (getopt-1.1.4.tar.gz) = 37163 diff --git a/misc/getopt/pkg-descr b/misc/getopt/pkg-descr index beb651441fff..8967242fb4b8 100644 --- a/misc/getopt/pkg-descr +++ b/misc/getopt/pkg-descr @@ -10,5 +10,5 @@ Rewrite of getopt(1) with the following features: * It can report parse errors as coming from the shell script. * It compiles cleanly with both libc-5 and glibc-2. -Author: Frodo Looijaard <frodol@dds.nl> -WWW: http://www.frodol.dds.nl/getopt.html +Author: Frodo Looijaard <frodo@frodo.looijaard.name> +WWW: http://software.frodo.looijaard.name/getopt/ |