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/Makefile | |
parent | - Fix WWW: line. (diff) |
- Update to 1.1.4
- Chase MASTER_SITE URL change [1]
- Add SHA256 checksum
Prompted by: fenner's portsurvey [1]
Diffstat (limited to 'misc/getopt/Makefile')
-rw-r--r-- | misc/getopt/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |