ports/115913: Maintainership request on audio/libmpd: patch for upgrading to 0.14.0 attached
Mathias Monnerville
mathias at monnerville.com
Tue Aug 28 21:10:14 UTC 2007
>Number: 115913
>Category: ports
>Synopsis: Maintainership request on audio/libmpd: patch for upgrading to 0.14.0 attached
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 28 21:10:13 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Mathias Monnerville
>Release: FreeBSD 6.1-RELEASE-p12 i386
>Organization:
>Environment:
System: FreeBSD meduse.ocean.gaia 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Sat Feb 3 22:30:23 CET 2007 mathias at meduse.ocean.gaia:/usr/obj/usr/src/sys/GENERIC i386
>Description:
Here is a patch for upgrading audio/libmpd to version 0.14.0. I also request maintainership for that port.
>How-To-Repeat:
>Fix:
--- libmpd-patch.diff begins here ---
diff -ur ./Makefile latest/Makefile
--- ./Makefile Tue Aug 28 22:06:45 2007
+++ latest/Makefile Sun Aug 26 22:27:56 2007
@@ -6,16 +6,17 @@
#
PORTNAME= libmpd
-PORTVERSION= 0.12.0
+PORTVERSION= 0.14.0
CATEGORIES= audio
-MASTER_SITES= http://download.qballcow.nl/programs/gmpc-0.13/
+MASTER_SITES= http://download.sarine.nl/gmpc-0.15.0/ \
+ http://download.gna.org/kanicule/freebsd/distfiles/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= mathias at monnerville.com
COMMENT= Abstraction around libmpdclient
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
diff -ur ./distinfo latest/distinfo
--- ./distinfo Tue Aug 28 22:06:45 2007
+++ latest/distinfo Sun Aug 26 22:11:51 2007
@@ -1,3 +1,3 @@
-MD5 (libmpd-0.12.0.tar.gz) = bbfe28a5c3d7ef72b042030e3af52208
-SHA256 (libmpd-0.12.0.tar.gz) = b9ac03ab0514f7b4a5e898891c463a204d4c503530de9bd6e088553895708e96
-SIZE (libmpd-0.12.0.tar.gz) = 322359
+MD5 (libmpd-0.14.0.tar.gz) = 44f9e0e3bcaf205b9a0d86cbcca03f9f
+SHA256 (libmpd-0.14.0.tar.gz) = c1983b2bbc7b510cfa60c2e23703a120bb52606bad834eb094ca80900d393131
+SIZE (libmpd-0.14.0.tar.gz) = 365754
diff -ur ./pkg-plist latest/pkg-plist
--- ./pkg-plist Tue Aug 28 22:06:45 2007
+++ latest/pkg-plist Sun Aug 26 22:15:17 2007
@@ -1,8 +1,3 @@
-libdata/pkgconfig/libmpd.pc
-lib/libmpd.a
-lib/libmpd.la
-lib/libmpd.so
-lib/libmpd.so.0
include/libmpd/debug_printf.h
include/libmpd/libmpd-database.h
include/libmpd/libmpd-internal.h
@@ -10,6 +5,12 @@
include/libmpd/libmpd-playlist.h
include/libmpd/libmpd-status.h
include/libmpd/libmpd-strfsong.h
+include/libmpd/libmpd-version.h
include/libmpd/libmpd.h
include/libmpd/libmpdclient.h
+lib/libmpd.a
+lib/libmpd.la
+lib/libmpd.so
+lib/libmpd.so.0
+libdata/pkgconfig/libmpd.pc
@dirrm include/libmpd
--- libmpd-patch.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list