diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-22 04:20:51 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-02-22 04:20:51 +0000 |
commit | aea70146b7e3b2a67fee39fa3da1041dd8684276 (patch) | |
tree | b29794a1c931d33bee0e4bc38c1653a1f1918039 /net/liveMedia | |
parent | 685cd723aa7fd76b1fe9f6d9a7e43fc67c5623be (diff) |
o Update to 2004.02.20a.
o Remove hack of using include <sstream> instead of include <strstream.h>.
Pointed out by: FreeBSD Ports distfiles survey via fenner
Notes
Notes:
svn path=/head/; revision=101674
Diffstat (limited to 'net/liveMedia')
-rw-r--r-- | net/liveMedia/Makefile | 7 | ||||
-rw-r--r-- | net/liveMedia/distinfo | 4 |
2 files changed, 3 insertions, 8 deletions
diff --git a/net/liveMedia/Makefile b/net/liveMedia/Makefile index 3cd71118853e..4faa63bd321e 100644 --- a/net/liveMedia/Makefile +++ b/net/liveMedia/Makefile @@ -6,7 +6,7 @@ # PORTNAME= liveMedia -PORTVERSION= 2004.02.19 +PORTVERSION= 2004.02.20a PORTEPOCH= 1 CATEGORIES= net devel MASTER_SITES= http://www.LIVE.COM/liveMedia/public/ @@ -145,11 +145,6 @@ liveMedia= \ post-extract: @${CP} ${FILESDIR}/config.fixed-${OPSYS:L} ${WRKSRC}/ -post-patch: - ${REINPLACE_CMD} 's/strstream\.h/sstream/' \ - ${WRKSRC}/groupsock/Groupsock.cpp \ - ${WRKSRC}/groupsock/NetInterface.cpp - post-build: @${RM} -f ${PLIST} @${TOUCH} ${PLIST} diff --git a/net/liveMedia/distinfo b/net/liveMedia/distinfo index 1b302291bc7d..fa780751d4cb 100644 --- a/net/liveMedia/distinfo +++ b/net/liveMedia/distinfo @@ -1,2 +1,2 @@ -MD5 (live.2004.02.19.tar.gz) = 65cf9718eb32b09e95cf5e8a9856dfa1 -SIZE (live.2004.02.19.tar.gz) = 332385 +MD5 (live.2004.02.20a.tar.gz) = b858c6bbeb5a0eef1d33a58efca47758 +SIZE (live.2004.02.20a.tar.gz) = 328343 |