mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 0.6.3.
- Add BUILD_DEPENDS for net/uriparser. PR: 111239 Submitted by: maintainer
This commit is contained in:
parent
ff34a52f25
commit
43f8fa0c0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189266
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libspiff
|
||||
DISTVERSION= 0.6.1rc1
|
||||
PORTVERSION= 0.6.3
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= libspiff
|
||||
@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= libspiff
|
||||
MAINTAINER= ed@fxq.nl
|
||||
COMMENT= An XSPF parsing library
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/liburiparser.a:${PORTSDIR}/net/uriparser
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libspiff-0.6.1rc1.tar.gz) = 294b45efdca8b1b45835b524e55f3041
|
||||
SHA256 (libspiff-0.6.1rc1.tar.gz) = 028f9d9ef1f83675ee4b209bee70a9b245700bd97d3e1ad2c373e4e5b9f6edf5
|
||||
SIZE (libspiff-0.6.1rc1.tar.gz) = 582485
|
||||
MD5 (libspiff-0.6.3.tar.gz) = d5cef7c93f153e8f45fc0d6b3712d731
|
||||
SHA256 (libspiff-0.6.3.tar.gz) = e437546f36a4def27141afdf65a4d7cdd583cfcd815a9608ef2f8f56125c33af
|
||||
SIZE (libspiff-0.6.3.tar.gz) = 601548
|
||||
|
@ -3,6 +3,7 @@ include/spiff/ProjectOpus/ProjectOpusPlaylistExtensionReader.h
|
||||
include/spiff/ProjectOpus/ProjectOpusPlaylistExtensionWriter.h
|
||||
include/spiff/Spiff.h
|
||||
include/spiff/SpiffData.h
|
||||
include/spiff/SpiffDataWriter.h
|
||||
include/spiff/SpiffDefines.h
|
||||
include/spiff/SpiffExtension.h
|
||||
include/spiff/SpiffExtensionReader.h
|
||||
@ -19,6 +20,7 @@ include/spiff/SpiffStack.h
|
||||
include/spiff/SpiffToolbox.h
|
||||
include/spiff/SpiffTrack.h
|
||||
include/spiff/SpiffTrackWriter.h
|
||||
include/spiff/SpiffVersion.h
|
||||
include/spiff/SpiffWriter.h
|
||||
include/spiff/SpiffXmlFormatter.h
|
||||
include/spiff/spiff_c.h
|
||||
|
Loading…
Reference in New Issue
Block a user