[106107] trunk/dports/audio/libmpdclient/Portfile

rmstonecipher at macports.org rmstonecipher at macports.org
Tue May 14 21:54:20 PDT 2013


Revision: 106107
          https://trac.macports.org/changeset/106107
Author:   rmstonecipher at macports.org
Date:     2013-05-14 21:54:20 -0700 (Tue, 14 May 2013)
Log Message:
-----------
audio/libmpdclient upgraded version from 2.7 to 2.8, updated homepage, updated master_sites, added new required dependency, updated livecheck

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

Modified: trunk/dports/audio/libmpdclient/Portfile
===================================================================
--- trunk/dports/audio/libmpdclient/Portfile	2013-05-15 04:52:37 UTC (rev 106106)
+++ trunk/dports/audio/libmpdclient/Portfile	2013-05-15 04:54:20 UTC (rev 106107)
@@ -4,21 +4,23 @@
 PortSystem          1.0
 
 name                libmpdclient
-version             2.7
+version             2.8
+set branch          [join [lrange [split ${version} .] 0 0] .]
 categories          audio
 maintainers         rmstonecipher openmaintainer
 description         libmpdclient is a stable, documented, asynchronous API library for interfacing MPD in the C, C++ & Objective C languages.
 long_description    ${description}
 license             BSD
-homepage            http://mpd.wikia.com/wiki/ClientLib:libmpdclient
+homepage            http://www.musicpd.org/libs/${name}/
+master_sites        http://www.musicpd.org/download/${name}/${branch}/
 platforms           darwin
-master_sites        sourceforge:musicpd
 use_bzip2           yes
-checksums           rmd160  1a943478af476381036afa5175e8aa2b919c9dcb \
-                    sha256  2344bea1b36f79398ec16b0dc795fe4b9de204ba77a9c07d5d575cd0420b2fc6
+checksums           rmd160  d16f343c53fb395c99b5482e4f3f9cd240556d5a \
+                    sha256  108eea3d91e48cd7d847e7c0978202a8386d5a09d49d07390473e96cca9a92e3
 use_autoreconf      yes
 
+depends_lib         port:doxygen
 configure.args      --mandir=${prefix}/share/man
 
-livecheck.url       http://sourceforge.net/projects/musicpd/files/libmpdclient/
-livecheck.regex     "${name}\/(\\d+(?:\\.\\d+)*)"
+livecheck.url       http://www.musicpd.org/download/${name}/${branch}/
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130514/9af968fe/attachment.html>


More information about the macports-changes mailing list