diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-01 10:57:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-01 10:57:02 +0000 |
commit | c2ecfcda615694fb7934d8cc372363072e8979cf (patch) | |
tree | 7badc90448b3305621b500412539a51f9087b7dd | |
parent | f4bee1fe2326370c0afada184269303abd48b28c (diff) | |
download | pkgsrc-c2ecfcda615694fb7934d8cc372363072e8979cf.tar.gz |
Update to 1.1.6:
20141124: Bumped up version number to 1.1.6
20141124: Properly quote backslashes for tcsh
20141124: Detect ambiguous long options properly
Thanks to Klaus Wulff <dinw.klswlff@dfgh.net>
20141123: Create test harnass and tests
20141122: Update translations (sync with util-linux (git 20141120))
20141120: Update manual page (sync with util-linux (git 20141120))
20141120: Minor code changes (sync with util-linux (git 20141120))
-rw-r--r-- | misc/getopt/Makefile | 11 | ||||
-rw-r--r-- | misc/getopt/distinfo | 8 |
2 files changed, 8 insertions, 11 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 2b9009a60c0..f3ab128a5a9 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2014/10/09 14:06:42 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/12/01 10:57:02 wiz Exp $ -DISTNAME= getopt-1.1.5 +DISTNAME= getopt-1.1.6 CATEGORIES= misc -MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ +MASTER_SITES= http://frodo.looijaard.name/system/files/software/getopt/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://software.frodo.looijaard.name/getopt/ +HOMEPAGE= http://frodo.looijaard.name/project/getopt COMMENT= Program to help shell scripts parse command-line parameters LICENSE= gnu-gpl-v2 @@ -13,9 +13,6 @@ USE_TOOLS+= gmake INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -post-extract: - ${RM} ${WRKSRC}/gnu/*.o - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/getopt ${DESTDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/getopt.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 diff --git a/misc/getopt/distinfo b/misc/getopt/distinfo index 1132dc62f46..5fa52e89b6b 100644 --- a/misc/getopt/distinfo +++ b/misc/getopt/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2013/04/12 22:26:44 drochner Exp $ +$NetBSD: distinfo,v 1.7 2014/12/01 10:57:02 wiz Exp $ -SHA1 (getopt-1.1.5.tar.gz) = 9090eb46ac92f2fd2749ca4121e81aaad40f325d -RMD160 (getopt-1.1.5.tar.gz) = 5cdef902ada45ba5e8a66a1357be8189b0cc634f -Size (getopt-1.1.5.tar.gz) = 51794 bytes +SHA1 (getopt-1.1.6.tar.gz) = 98725b4878d19ab6b126cd16263fed1f6090f6a7 +RMD160 (getopt-1.1.6.tar.gz) = 6ef3666d386450fa5ce249e7748805df5c8482c9 +Size (getopt-1.1.6.tar.gz) = 58926 bytes SHA1 (patch-aa) = 5967a6ec48a7a69078fc1e0fca26645fd9870f77 SHA1 (patch-ab) = 8591f15916b47d3569c79639e6ee9aa82df07f6a |