aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-05-04 02:00:45 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-05-04 02:00:45 +0000
commit315286b84bd8f55c57f59df11a7b363da44b3a45 (patch)
treeb2a51c7ba098d8ec37a6d472fd68708490f6f8f6
parenta2d0ac6c0bdda037d93e69f02693971143107b99 (diff)
downloadports-315286b84bd8f55c57f59df11a7b363da44b3a45.tar.gz
ports-315286b84bd8f55c57f59df11a7b363da44b3a45.zip
Notes
-rw-r--r--audio/gstreamer-monkeysaudio/Makefile6
-rw-r--r--multimedia/gstreamer-pitfdll/Makefile6
2 files changed, 4 insertions, 8 deletions
diff --git a/audio/gstreamer-monkeysaudio/Makefile b/audio/gstreamer-monkeysaudio/Makefile
index de7431682c43..ba5317ecaeb2 100644
--- a/audio/gstreamer-monkeysaudio/Makefile
+++ b/audio/gstreamer-monkeysaudio/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gstreamer
PORTVERSION= 0.8.0
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= audio
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst${PKGNAMESUFFIX}/
PKGNAMESUFFIX= -monkeysaudio
@@ -24,9 +24,7 @@ USE_GNOME= lthack gnomehack gnomeprefix
USE_GSTREAMER80= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="${GST_VERSION}"
-
-GST_VERSION=${PORTVERSION:C/..$//}
+PLIST_SUB= VERSION="${GST80_VERSION}"
post-install:
.if !defined(NOPORTDOCS)
diff --git a/multimedia/gstreamer-pitfdll/Makefile b/multimedia/gstreamer-pitfdll/Makefile
index 5539a340aed1..e5140a9be698 100644
--- a/multimedia/gstreamer-pitfdll/Makefile
+++ b/multimedia/gstreamer-pitfdll/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gstreamer-pitfdll
PORTVERSION= 0.8.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pitfdll
@@ -27,9 +27,7 @@ USE_GNOME= gnometarget
USE_GSTREAMER80= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-PLIST_SUB= VERSION="${GST_VERSION}"
-
-GST_VERSION= 0.8
+PLIST_SUB= VERSION="${GST80_VERSION}"
post-patch:
@${REINPLACE_CMD} -e 's|/usr/lib/win32|${LOCALBASE}/lib/win32|g' \