diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-11-21 13:15:48 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-11-21 13:15:48 +0000 |
commit | ed23bb060bd0f8b5701d06c5f760b88149064f84 (patch) | |
tree | b8156fea419c24bcdaea6a78a18da7eba495a65f /misc/getopt | |
parent | 02b2772800ac962c19e7691099c48af48b4e96bc (diff) | |
download | ports-ed23bb060bd0f8b5701d06c5f760b88149064f84.tar.gz ports-ed23bb060bd0f8b5701d06c5f760b88149064f84.zip |
Notes
Diffstat (limited to 'misc/getopt')
-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/ |