diff options
author | mezz <mezz@FreeBSD.org> | 2007-03-19 03:03:46 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-03-19 03:03:46 +0800 |
commit | 5ca99867c1cf41868a1dbe0857b3ee84437e9e2d (patch) | |
tree | cc9b3a0a2a7bbfb4a0f98fd5c2eded0bc214e629 | |
parent | ca7411dbb85a405c623002afea4dae9c336fef62 (diff) | |
download | freebsd-ports-gnome-5ca99867c1cf41868a1dbe0857b3ee84437e9e2d.tar.gz freebsd-ports-gnome-5ca99867c1cf41868a1dbe0857b3ee84437e9e2d.tar.zst freebsd-ports-gnome-5ca99867c1cf41868a1dbe0857b3ee84437e9e2d.zip |
Chase www/neon's shared library version change, bump the PORTREVISION.
Reported by: krismail
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile.common | 2 | ||||
-rw-r--r-- | www/gstreamer-plugins-neon/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile.common b/multimedia/gstreamer-plugins/Makefile.common index 2823cdbeb881..6ae2432b97f7 100644 --- a/multimedia/gstreamer-plugins/Makefile.common +++ b/multimedia/gstreamer-plugins/Makefile.common @@ -279,7 +279,7 @@ gst_musicbrainz_PLIST_FILES= ${GST_LIB_DIR}/libgsttrm.so \ gst_musicbrainz_DIST= bad # neon -gst_neon_LIB_DEPENDS+= neon.25:${PORTSDIR}/www/neon +gst_neon_LIB_DEPENDS+= neon.26:${PORTSDIR}/www/neon gst_neon_CONFIGURE_ENV+= NEON_CFLAGS="-I${LOCALBASE}/include/neon" gst_neon_PLIST_FILES= ${GST_LIB_DIR}/libgstneonhttpsrc.a \ ${GST_LIB_DIR}/libgstneonhttpsrc.la \ diff --git a/www/gstreamer-plugins-neon/Makefile b/www/gstreamer-plugins-neon/Makefile index e8d74dbc5e6c..8a8a1545b984 100644 --- a/www/gstreamer-plugins-neon/Makefile +++ b/www/gstreamer-plugins-neon/Makefile @@ -4,8 +4,9 @@ # # $FreeBSD$ # $MCom: ports/www/gstreamer-plugins-neon/Makefile,v 1.1 2006/07/06 19:32:35 ahze Exp $ +# -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www COMMENT= Gstreamer neon plugin |