diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-08 03:07:45 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-08 03:07:45 +0000 |
commit | 2fc817020e1422b808dda56f6c3d78e676c83c19 (patch) | |
tree | 078577a9cc7bbe0cba6aceb36ea72b9e0a4fc853 /audio/shorten | |
parent | 1f003fb51ef2e7c2978c787a42696d5ae6992ff2 (diff) | |
download | pkgsrc-2fc817020e1422b808dda56f6c3d78e676c83c19.tar.gz |
Update to shorten-3.6.1. The only changes from 3.6.0 are win32-related.
pkgsrc changes however:
- fix LICENSE
- DESTDIR support
Diffstat (limited to 'audio/shorten')
-rw-r--r-- | audio/shorten/Makefile | 14 | ||||
-rw-r--r-- | audio/shorten/PLIST | 4 | ||||
-rw-r--r-- | audio/shorten/distinfo | 8 |
3 files changed, 14 insertions, 12 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index e7280669bf4..92840fad5c3 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2007/11/18 10:23:23 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2008/01/08 03:07:45 tnn Exp $ # -DISTNAME= shorten-3.6.0 +DISTNAME= shorten-3.6.1 CATEGORIES= audio archivers MASTER_SITES= http://www.etree.org/shnutils/shorten/dist/src/ @@ -9,13 +9,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.etree.org/shnutils/shorten/ COMMENT= Lossless audio compressor -LICENSE= no-commercial-use +LICENSE= shorten-license GNU_CONFIGURE= YES +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS+= share/doc/shorten post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/shorten - ${INSTALL_DATA} ${WRKSRC}/doc/tr156.tex ${PREFIX}/share/doc/shorten - ${INSTALL_DATA} ${WRKSRC}/doc/tr156.ps ${PREFIX}/share/doc/shorten + ${INSTALL_DATA} ${WRKSRC}/doc/tr156.tex ${DESTDIR}${PREFIX}/share/doc/shorten + ${INSTALL_DATA} ${WRKSRC}/doc/tr156.ps ${DESTDIR}${PREFIX}/share/doc/shorten .include "../../mk/bsd.pkg.mk" diff --git a/audio/shorten/PLIST b/audio/shorten/PLIST index 58b2f58b3c7..5f9c8cf3984 100644 --- a/audio/shorten/PLIST +++ b/audio/shorten/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:17:52 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/01/08 03:07:45 tnn Exp $ bin/shorten man/man1/shorten.1 -share/doc/shorten/tr156.tex share/doc/shorten/tr156.ps +share/doc/shorten/tr156.tex @dirrm share/doc/shorten diff --git a/audio/shorten/distinfo b/audio/shorten/distinfo index 116bfc7dcfa..74aefc9f22f 100644 --- a/audio/shorten/distinfo +++ b/audio/shorten/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2005/02/23 20:39:51 agc Exp $ +$NetBSD: distinfo,v 1.8 2008/01/08 03:07:45 tnn Exp $ -SHA1 (shorten-3.6.0.tar.gz) = 8d4a0f793acb23ecd29af68bcd9df272b5520b44 -RMD160 (shorten-3.6.0.tar.gz) = f9c98a683c3baa834b22e99ebbeef9fde2206390 -Size (shorten-3.6.0.tar.gz) = 584183 bytes +SHA1 (shorten-3.6.1.tar.gz) = bd525ced0b9ba99a7a178c11647a853147977fa5 +RMD160 (shorten-3.6.1.tar.gz) = c25d0cf634ea86de2a3f155bc96f494c0a3167a0 +Size (shorten-3.6.1.tar.gz) = 597581 bytes |