From 85bf3e7f412792108686f01152d638e38cf279cf Mon Sep 17 00:00:00 2001 From: sergei Date: Mon, 21 Nov 2005 13:15:48 +0000 Subject: - Update to 1.1.4 - Chase MASTER_SITE URL change [1] - Add SHA256 checksum Prompted by: fenner's portsurvey [1] --- misc/getopt/Makefile | 5 ++--- misc/getopt/distinfo | 5 +++-- 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 -WWW: http://www.frodol.dds.nl/getopt.html +Author: Frodo Looijaard +WWW: http://software.frodo.looijaard.name/getopt/ -- cgit