diff options
author | antoine <antoine@FreeBSD.org> | 2014-12-18 05:14:29 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-12-18 05:14:29 +0800 |
commit | ade22f020d6976d5d671319156ba775d3018c083 (patch) | |
tree | 635fe965de09db43d8101ca87c5ce2318ed5b34a /graphics | |
parent | 59b68bf39e7393732ef05c4fabe94ee433dbbf47 (diff) | |
download | freebsd-ports-gnome-ade22f020d6976d5d671319156ba775d3018c083.tar.gz freebsd-ports-gnome-ade22f020d6976d5d671319156ba775d3018c083.tar.zst freebsd-ports-gnome-ade22f020d6976d5d671319156ba775d3018c083.zip |
Fix 41 gstreamer1-plugins- ports that were creating empty packages
With hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gstreamer1-plugins-cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-jpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-libvisual/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-openjpeg/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-webp/Makefile | 2 | ||||
-rw-r--r-- | graphics/gstreamer1-plugins-zbar/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gstreamer1-plugins-cairo/Makefile b/graphics/gstreamer1-plugins-cairo/Makefile index 9fd5a125d029..8811d3d4b8b7 100644 --- a/graphics/gstreamer1-plugins-cairo/Makefile +++ b/graphics/gstreamer1-plugins-cairo/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer vector graphics plugin diff --git a/graphics/gstreamer1-plugins-jpeg/Makefile b/graphics/gstreamer1-plugins-jpeg/Makefile index 96a1fc8b912e..fd9d7a0bcba6 100644 --- a/graphics/gstreamer1-plugins-jpeg/Makefile +++ b/graphics/gstreamer1-plugins-jpeg/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer jpeg encoder/decoder plugin diff --git a/graphics/gstreamer1-plugins-libvisual/Makefile b/graphics/gstreamer1-plugins-libvisual/Makefile index 27fce809821c..17ea9c4b428d 100644 --- a/graphics/gstreamer1-plugins-libvisual/Makefile +++ b/graphics/gstreamer1-plugins-libvisual/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer libvisual plugin diff --git a/graphics/gstreamer1-plugins-openjpeg/Makefile b/graphics/gstreamer1-plugins-openjpeg/Makefile index fca954293d0a..952c66542e33 100644 --- a/graphics/gstreamer1-plugins-openjpeg/Makefile +++ b/graphics/gstreamer1-plugins-openjpeg/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer jpeg2000 decoder plugin diff --git a/graphics/gstreamer1-plugins-webp/Makefile b/graphics/gstreamer1-plugins-webp/Makefile index 56a61a2bd385..3d0a5bd84103 100644 --- a/graphics/gstreamer1-plugins-webp/Makefile +++ b/graphics/gstreamer1-plugins-webp/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer webp image decoder plugin diff --git a/graphics/gstreamer1-plugins-zbar/Makefile b/graphics/gstreamer1-plugins-zbar/Makefile index 59da68f189f5..46bd5f425199 100644 --- a/graphics/gstreamer1-plugins-zbar/Makefile +++ b/graphics/gstreamer1-plugins-zbar/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer ZBar barcode detector plugin |