Update three ports I maintain.

- net/uriparser 0.7.1 -> 0.7.2
- multimedia/libspiff 0.8.3 -> 1.0.0
- audio/herrie 2.1 -> 2.2

I'm updating these ports in a single commit, because herrie 2.2 requires
these up-to-date versions to compile properly.
This commit is contained in:
Ed Schouten 2008-10-14 16:51:59 +00:00
parent 19d37e56da
commit ceb2b68e55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221586
8 changed files with 15 additions and 19 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= herrie
PORTVERSION= 2.1
PORTVERSION= 2.2
CATEGORIES= audio
MASTER_SITES= http://herrie.info/distfiles/ \
http://www.il.fontys.nl/~ed/projects/herrie/distfiles/ \
http://www.stack.nl/~ed/projects/herrie/distfiles/
MAINTAINER= ed@FreeBSD.org
@ -75,7 +74,7 @@ LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses
CONFIGURE_ARGS+=xcurses
.endif
.if !defined(WITHOUT_XSPF)
LIB_DEPENDS+= spiff.1:${PORTSDIR}/multimedia/libspiff
LIB_DEPENDS+= spiff.4:${PORTSDIR}/multimedia/libspiff
.else
CONFIGURE_ARGS+=no_xspf
.endif

View File

@ -1,3 +1,3 @@
MD5 (herrie-2.1.tar.bz2) = 97edb70b33923462e447bc07393e4a1e
SHA256 (herrie-2.1.tar.bz2) = 7a581c423d92e7bfde5c4795fc04ef7061f4368ad3c55ea281ff1b8ac9be0598
SIZE (herrie-2.1.tar.bz2) = 70592
MD5 (herrie-2.2.tar.bz2) = 88832b10298ab89473730eb0c93b6ddf
SHA256 (herrie-2.2.tar.bz2) = 142341072920f86b6eb570b8f13bf5fd87c06cf801543dc7d1a819e39eb9fb2b
SIZE (herrie-2.2.tar.bz2) = 71596

View File

@ -12,5 +12,6 @@ etc/herrie.conf.sample
%%NLS%%share/locale/ru/LC_MESSAGES/herrie.mo
%%NLS%%share/locale/sv/LC_MESSAGES/herrie.mo
%%NLS%%share/locale/tr/LC_MESSAGES/herrie.mo
%%NLS%%share/locale/uk/LC_MESSAGES/herrie.mo
%%NLS%%share/locale/vi/LC_MESSAGES/herrie.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/herrie.mo

View File

@ -6,7 +6,7 @@
#
PORTNAME= libspiff
PORTVERSION= 0.8.3
PORTVERSION= 1.0.0
CATEGORIES= multimedia
MASTER_SITES= SF

View File

@ -1,3 +1,3 @@
MD5 (libspiff-0.8.3.tar.bz2) = 0f989402e5edcbd84c456be56c856f25
SHA256 (libspiff-0.8.3.tar.bz2) = 8b4ebd22dcfa7511109c2f6fa9e304c2ef3acaa492d55423cdf9a6f54a2fdb22
SIZE (libspiff-0.8.3.tar.bz2) = 510030
MD5 (libspiff-1.0.0.tar.bz2) = 4f64711fbcd4816c93fbad11f0b8b0da
SHA256 (libspiff-1.0.0.tar.bz2) = 6738340e4fcdf68d0c1eb81d80daf1388b4e5b56625bc40eaac5ef0674384c01
SIZE (libspiff-1.0.0.tar.bz2) = 385061

View File

@ -6,7 +6,6 @@ include/spiff/ProjectOpus/ProjectOpusPlaylistExtensionWriter.h
include/spiff/Spiff.h
include/spiff/SpiffChunkCallback.h
include/spiff/SpiffData.h
include/spiff/SpiffDataWriter.h
include/spiff/SpiffDateTime.h
include/spiff/SpiffDefines.h
include/spiff/SpiffExtension.h
@ -15,15 +14,12 @@ include/spiff/SpiffExtensionReaderFactory.h
include/spiff/SpiffExtensionWriter.h
include/spiff/SpiffIndentFormatter.h
include/spiff/SpiffProps.h
include/spiff/SpiffPropsWriter.h
include/spiff/SpiffReader.h
include/spiff/SpiffReaderCallback.h
include/spiff/SpiffSeamlessFormatter.h
include/spiff/SpiffSkipExtensionReader.h
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
@ -31,6 +27,6 @@ include/spiff/spiff_c.h
lib/libspiff.a
lib/libspiff.la
lib/libspiff.so
lib/libspiff.so.1
lib/libspiff.so.4
@dirrm include/spiff/ProjectOpus
@dirrm include/spiff

View File

@ -6,7 +6,7 @@
#
PORTNAME= uriparser
PORTVERSION= 0.7.1
PORTVERSION= 0.7.2
CATEGORIES= net
MASTER_SITES= SF

View File

@ -1,3 +1,3 @@
MD5 (uriparser-0.7.1.tar.bz2) = 2de0ae2ed08b779bfb32867133fdb662
SHA256 (uriparser-0.7.1.tar.bz2) = 3cd5329a851ebbb0e2c93f74d4fc2a5cf55a21cec0cf23e65b81f3df0f8606e6
SIZE (uriparser-0.7.1.tar.bz2) = 409452
MD5 (uriparser-0.7.2.tar.bz2) = 0f0d5548b2b881cbee5cb20e44d561c5
SHA256 (uriparser-0.7.2.tar.bz2) = 86042d9a577813fddbc686b2c188119d70db700f503aa8997de22790da35b371
SIZE (uriparser-0.7.2.tar.bz2) = 430912