Bug 110153 - [audio/herrie] Bump to 1.5.1
Summary: [audio/herrie] Bump to 1.5.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-10 13:20 UTC by Ed Schouten
Modified: 2007-03-13 08:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.28 KB, patch)
2007-03-10 13:20 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Schouten 2007-03-10 13:20:03 UTC
A new version of Herrie is available: 1.5.1. This release adds a global
configuration file, herrie.conf. The amount of files the application
installs has increased over time, so I'm adding a separate pkg-plist.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-03-10 13:24:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Ed Schouten 2007-03-10 20:40:41 UTC
Woops!

It looks like the current port contains some really awful bugs. There is
some usage of the = operator on LIB_DEPENDS, causing dependencies to be
overwritten. Please apply the patch below, instead of the one stated in
the PR:

--- audio/herrie/Makefile	Tue Feb 27 22:02:37 2007
+++ audio/herrie/Makefile	Sat Mar 10 21:38:31 2007
@@ -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 @@
 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 @@
 		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 @@
 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
 
--- audio/herrie/distinfo	Tue Feb 27 22:02:37 2007
+++ audio/herrie/distinfo	Sat Mar 10 21:37:59 2007
@@ -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 -urN /usr/ports/audio/herrie/pkg-plist herrie/pkg-plist
--- audio/herrie/pkg-plist	Thu Jan  1 01:00:00 1970
+++ audio/herrie/pkg-plist	Sat Mar 10 21:37:59 2007
@@ -0,0 +1,4 @@
+bin/herrie
+etc/herrie.conf.sample
+share/locale/nl/LC_MESSAGES/herrie.mo
+share/locale/tr/LC_MESSAGES/herrie.mo

Yours,
-- 
 Ed Schouten <ed@fxq.nl>
 WWW: http://g-rave.nl/
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-03-13 08:21:43 UTC
miwi        2007-03-13 08:21:39 UTC

  FreeBSD ports repository

  Modified files:
    audio/herrie         Makefile distinfo 
  Added files:
    audio/herrie         pkg-plist 
  Log:
  - Update to 1.5.1
  
  PR:             110153
  Submitted by:   Ed Schouten <ed@fxq.nl> (maintainer)
  
  Revision  Changes    Path
  1.16      +4 -7      ports/audio/herrie/Makefile
  1.15      +3 -3      ports/audio/herrie/distinfo
  1.1       +4 -0      ports/audio/herrie/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-03-13 08:21:45 UTC
State Changed
From-To: open->closed

Committed. Thanks!