diff options
author | wiz <wiz> | 2000-10-18 13:47:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-10-18 13:47:05 +0000 |
commit | 65b3b97f05815e7f6996a74eff907080cca57218 (patch) | |
tree | f8a7c3c50ee3776087a3ead6adc12fd1b91ece9a /devel/libgetopt | |
parent | 9e4eff692c078d62c5b6a2c1de10b41dfcdd0768 (diff) | |
download | pkgsrc-65b3b97f05815e7f6996a74eff907080cca57218.tar.gz |
Update to 1.3:
1.2 wasn't working because _DIAGASSERT isn't defined on 1.4.x; worked around
it by defining it in the getopt_long.c distfile.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r-- | devel/libgetopt/Makefile | 4 | ||||
-rw-r--r-- | devel/libgetopt/files/md5 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile index 6e2cc4d7df0..3ba69d38185 100644 --- a/devel/libgetopt/Makefile +++ b/devel/libgetopt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2000/10/18 11:16:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/10/18 13:47:05 wiz Exp $ # -VERS= 1.2 +VERS= 1.3 DISTNAME= libgetopt-${VERS} CATEGORIES= pkgtools sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/devel/libgetopt/files/md5 b/devel/libgetopt/files/md5 index d9ba000bfa6..1688c51a0b1 100644 --- a/devel/libgetopt/files/md5 +++ b/devel/libgetopt/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.3 2000/10/18 11:16:59 wiz Exp $ +$NetBSD: md5,v 1.4 2000/10/18 13:47:08 wiz Exp $ -MD5 (getopt_long.c-1.2) = f547790e22f48cd4cd2e759fc75980b4 -MD5 (getopt_long.3-1.2) = 4537afd980993e2a36da8d9c20dcbf59 +MD5 (getopt_long.c-1.3) = eab3f616397818ee04618153001e52a6 +MD5 (getopt_long.3-1.3) = 4537afd980993e2a36da8d9c20dcbf59 |