diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-13 16:21:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-13 16:21:38 +0800 |
commit | c91f6861baae69d6dc95913829828fab30d628ed (patch) | |
tree | c2190691650c1c18bfa2a9653aed9f5ababd60f9 /audio/herrie | |
parent | dd9a62682043281c3841fe2f2c0294827221998d (diff) | |
download | freebsd-ports-gnome-c91f6861baae69d6dc95913829828fab30d628ed.tar.gz freebsd-ports-gnome-c91f6861baae69d6dc95913829828fab30d628ed.tar.zst freebsd-ports-gnome-c91f6861baae69d6dc95913829828fab30d628ed.zip |
- Update to 1.5.1
PR: 110153
Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
Diffstat (limited to 'audio/herrie')
-rw-r--r-- | audio/herrie/Makefile | 11 | ||||
-rw-r--r-- | audio/herrie/distinfo | 6 | ||||
-rw-r--r-- | audio/herrie/pkg-plist | 4 |
3 files changed, 11 insertions, 10 deletions
diff --git a/audio/herrie/Makefile b/audio/herrie/Makefile index 9ba3e917bc97..54b06a37af25 100644 --- a/audio/herrie/Makefile +++ b/audio/herrie/Makefile @@ -6,7 +6,7 @@ # PORTNAME= herrie -PORTVERSION= 1.5 +PORTVERSION= 1.5.1 CATEGORIES= audio MASTER_SITES= http://g-rave.nl/projects/herrie/distfiles/ \ http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \ @@ -15,7 +15,7 @@ MASTER_SITES= http://g-rave.nl/projects/herrie/distfiles/ \ MAINTAINER= ed@fxq.nl COMMENT= A small command line interface music player -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl HAS_CONFIGURE= yes CONFIGURE_ENV+= PREFIX=${PREFIX} @@ -31,9 +31,6 @@ OPTIONS= MAD "MAD MP3 support" on \ LIBAO "LibAO support (breaks chroot)" off \ XCURSES "Build XCurses version" off -PLIST_FILES= bin/herrie \ - share/locale/nl/LC_MESSAGES/herrie.mo \ - share/locale/tr/LC_MESSAGES/herrie.mo MAN1= herrie.1 MANCOMPRESSED= yes @@ -61,11 +58,11 @@ LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug CONFIGURE_ARGS+=no_modplug .endif .if !defined(WITHOUT_LIBAO) -LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao +LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao CONFIGURE_ARGS+=ao .endif .if !defined(WITHOUT_XCURSES) -LIB_DEPENDS= XCurses.2:${PORTSDIR}/devel/pdcurses +LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses CONFIGURE_ARGS+=xcurses .endif diff --git a/audio/herrie/distinfo b/audio/herrie/distinfo index cd473f7e7ea4..0593aadaf91c 100644 --- a/audio/herrie/distinfo +++ b/audio/herrie/distinfo @@ -1,3 +1,3 @@ -MD5 (herrie-1.5.tar.gz) = f6af704b8e29becccd354ca21eaaee89 -SHA256 (herrie-1.5.tar.gz) = 955a7aff01f0380dc92d0395967021c53d2332192edd269140ef76f83a372908 -SIZE (herrie-1.5.tar.gz) = 53159 +MD5 (herrie-1.5.1.tar.gz) = a4b208a6486d175787cff36b886fc06e +SHA256 (herrie-1.5.1.tar.gz) = cf12a622541ab3954ef08dbad097a4c20eb38c99ecba200f332a2ae8eca80800 +SIZE (herrie-1.5.1.tar.gz) = 53842 diff --git a/audio/herrie/pkg-plist b/audio/herrie/pkg-plist new file mode 100644 index 000000000000..1d2d2ce9ba35 --- /dev/null +++ b/audio/herrie/pkg-plist @@ -0,0 +1,4 @@ +bin/herrie +etc/herrie.conf.sample +share/locale/nl/LC_MESSAGES/herrie.mo +share/locale/tr/LC_MESSAGES/herrie.mo |