[24232] trunk/dports/audio/herrie/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 19 09:02:39 PDT 2007


Revision: 24232
          http://trac.macosforge.org/projects/macports/changeset/24232
Author:   pipping at macports.org
Date:     2007-04-19 09:02:39 -0700 (Thu, 19 Apr 2007)

Log Message:
-----------
maintainer update:
 * bump to version 1.6.1
 * depend on / link against ncursesw (instead of just ncurses)

Modified Paths:
--------------
    trunk/dports/audio/herrie/Portfile

Modified: trunk/dports/audio/herrie/Portfile
===================================================================
--- trunk/dports/audio/herrie/Portfile	2007-04-19 15:28:16 UTC (rev 24231)
+++ trunk/dports/audio/herrie/Portfile	2007-04-19 16:02:39 UTC (rev 24232)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		herrie
-version		1.6
+version		1.6.1
 categories	audio
 maintainers	ed at fxq.nl
 description	Small command line interface music player
@@ -25,12 +25,12 @@
 master_sites	http://herrie.info/distfiles/ \
 		http://www.il.fontys.nl/~ed/projects/${name}/distfiles/ \
 		http://www.stack.nl/~ed/projects/${name}/distfiles/
-checksums	md5 4ce7ebeb10d21ec52cd7b1ca3158bbbb \
-		rmd160 0f84baa8e35ed06c8e5744076f84a9800554b5c6 \
-		sha1 7e49d091f049e2c118e4a0080b73dc303b4d4ac6
+checksums	md5 eb921bf87856d7b2cf86da2d303e85bf \
+		rmd160 ddb881849e6d6c9f97e4fd98ad8176c48d49f0cf \
+		sha1 09207c276e14a5a5961b7ca372bd866d16d76f1c
 use_bzip2	yes
 
-depends_lib	port:glib2 port:libao port:ncurses
+depends_lib	port:glib2 port:libao port:ncursesw
 depends_build	port:gettext bin:pkg-config:pkgconfig
 
 configure.pre_args
@@ -46,13 +46,8 @@
 default_variants +http +mp3 +scrobbler +vorbis +xspf
 
 variant debug {
-    configure.env-append    CFLAGS=-g
-    # the line below requires the latest version from the trunk (1.5)
-    # configure.cflags-append -g
-    post-configure {
-        cd ${worksrcpath}
-        reinplace "s|install -s|install|g" Makefile
-    }
+	configure.cflags-append	-g
+	configure.args-append	no_strip
 }
 
 variant http {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070419/09d6ccf2/attachment.html


More information about the macports-changes mailing list