[154290] trunk/dports/audio/taglib/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Oct 26 18:24:49 CEST 2016


Revision: 154290
          https://trac.macports.org/changeset/154290
Author:   ryandesign at macports.org
Date:     2016-10-26 18:24:49 +0200 (Wed, 26 Oct 2016)
Log Message:
-----------
taglib: Download from GitHub releases

Resolves #52712

Also take over as maintainer.

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

Modified: trunk/dports/audio/taglib/Portfile
===================================================================
--- trunk/dports/audio/taglib/Portfile	2016-10-26 16:23:55 UTC (rev 154289)
+++ trunk/dports/audio/taglib/Portfile	2016-10-26 16:24:49 UTC (rev 154290)
@@ -3,13 +3,12 @@
 
 PortSystem       1.0
 PortGroup        cmake  1.0
+PortGroup           github 1.0
 
-name             taglib
-version          1.11.1
-
+github.setup        taglib taglib 1.11.1 v
 categories       audio
 license          {LGPL-2 MPL-1.1}
-maintainers      nomaintainer
+maintainers         ryandesign openmaintainer
 description      TagLib Audio Meta-Data Library
 long_description \
     TagLib is a library for reading and editing the meta-data of \
@@ -16,9 +15,11 @@
     several popular audio formats. Currently it supports both ID3v1 \
     and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and \
     Vorbis comments in FLAC files.
-homepage         http://taglib.github.io/
 platforms        darwin
-master_sites     http://taglib.github.io/releases/
+
+homepage            http://taglib.org
+github.tarball_from releases
+
 checksums           rmd160  408d2a888875bc29fc64c4d0056daebba2c55192 \
                     sha256  b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b
 
@@ -36,7 +37,3 @@
 # asf and mp4 are necessary for Amarok. 
 # Change to make them optional was reportedly political
 # http://lists.kde.org/?l=amarok&m=125338541922769&w=2
-
-livecheck.type		regex
-livecheck.url		${homepage}
-livecheck.regex		"${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161026/6693afdc/attachment-0002.html>


More information about the macports-changes mailing list