diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-16 16:42:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-16 16:42:06 +0800 |
commit | eda4dc9b5fc69c374929c6ba3d355116a1e72657 (patch) | |
tree | e5799370ddafb12506a09b3561a3045bb665d6fd /multimedia/gstreamer-plugins/Makefile | |
parent | 7c36971d543e40e21486cd2875fded8e41b6555a (diff) | |
download | marcuscom-ports-eda4dc9b5fc69c374929c6ba3d355116a1e72657.tar marcuscom-ports-eda4dc9b5fc69c374929c6ba3d355116a1e72657.tar.gz marcuscom-ports-eda4dc9b5fc69c374929c6ba3d355116a1e72657.tar.bz2 marcuscom-ports-eda4dc9b5fc69c374929c6ba3d355116a1e72657.tar.lz marcuscom-ports-eda4dc9b5fc69c374929c6ba3d355116a1e72657.tar.xz marcuscom-ports-eda4dc9b5fc69c374929c6ba3d355116a1e72657.tar.zst marcuscom-ports-eda4dc9b5fc69c374929c6ba3d355116a1e72657.zip |
Update gstreamer-plugins-ugly to 0.10.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6078 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index 6aec68191..32f9425cd 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -3,13 +3,13 @@ # Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.77 2006/04/02 04:18:36 marcus Exp $ +# $MCom: ports/multimedia/gstreamer-plugins/Makefile,v 1.78 2006/04/15 06:53:54 marcus Exp $ # PORTNAME= gstreamer PORTVERSION?= 0.10.5 ## SET BACK TO PORTREVISION?= when we reset PORTREVISION in all the gst plugin ports -PORTREVISION= 1 +PORTREVISION?= 1 CATEGORIES?= multimedia audio MASTER_SITES= ${MASTER_SITE_GNOME:S|$|sources/gst-plugins-base/0.10/:base|} \ http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ @@ -48,7 +48,7 @@ BAD_DISTFILE= ${BAD_DISTNAME}${EXTRACT_SUFX} GOOD_PORTVERSION= 0.10.2 GOOD_DISTNAME= gst-plugins-good-${GOOD_PORTVERSION} GOOD_DISTFILE= ${GOOD_DISTNAME}${EXTRACT_SUFX} -UGLY_PORTVERSION= 0.10.2 +UGLY_PORTVERSION= 0.10.3 UGLY_DISTNAME= gst-plugins-ugly-${UGLY_PORTVERSION} UGLY_DISTFILE= ${UGLY_DISTNAME}${EXTRACT_SUFX} |