diff options
-rw-r--r-- | net/libmms/Makefile | 8 | ||||
-rw-r--r-- | net/libmms/distinfo | 4 | ||||
-rw-r--r-- | net/libmms/pkg-descr | 2 | ||||
-rw-r--r-- | net/libmms/pkg-plist | 1 |
4 files changed, 8 insertions, 7 deletions
diff --git a/net/libmms/Makefile b/net/libmms/Makefile index 073fb64595eb..250417560c18 100644 --- a/net/libmms/Makefile +++ b/net/libmms/Makefile @@ -6,17 +6,19 @@ # PORTNAME= libmms -PORTVERSION= 0.5 -PORTREVISION= 1 +PORTVERSION= 0.6.2 CATEGORIES= net -MASTER_SITES= http://launchpadlibrarian.net/35014059/ +MASTER_SITES= SF MAINTAINER= kwm@FreeBSD.org COMMENT= Library for parsing mms:// and mmsh:// type network streams USE_GNOME= gnomehack pkgconfig glib20 USE_GETTEXT= yes +USE_ICONV= yes GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/net/libmms/distinfo b/net/libmms/distinfo index 0b2f5b8428a3..8db073317efc 100644 --- a/net/libmms/distinfo +++ b/net/libmms/distinfo @@ -1,2 +1,2 @@ -SHA256 (libmms-0.5.tar.gz) = 02d9ca2b16b1517b84edb6c1c378a1f447679a831ba708a0396b30852aa6f091 -SIZE (libmms-0.5.tar.gz) = 333919 +SHA256 (libmms-0.6.2.tar.gz) = 01931b62172d7d7050fc9ef9b1b64162f3b6e9f6cc4415170192a32a0b7ea432 +SIZE (libmms-0.6.2.tar.gz) = 340230 diff --git a/net/libmms/pkg-descr b/net/libmms/pkg-descr index a6ae154e4516..34ee20330ce4 100644 --- a/net/libmms/pkg-descr +++ b/net/libmms/pkg-descr @@ -3,4 +3,4 @@ These are commonly used to stream Windows Media Video content over the web. LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all. -WWW: https://launchpad.net/libmms +WWW: http://sourceforge.net/projects/libmms diff --git a/net/libmms/pkg-plist b/net/libmms/pkg-plist index d82096048069..4ba3d3fd9d9b 100644 --- a/net/libmms/pkg-plist +++ b/net/libmms/pkg-plist @@ -1,4 +1,3 @@ -include/libmms/bswap.h include/libmms/mms.h include/libmms/mms_config.h include/libmms/mmsh.h |