diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2020-10-01 08:56:20 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2020-10-01 08:56:20 +0000 |
commit | 8337fc6d5f69b84046f87dc7a846dbe640dbaf96 (patch) | |
tree | 51a2597f00d4b6d41cbf9add0ac210a8d19bac15 /multimedia/gstreamer-plugins | |
parent | dc595ccd163567fe68df720c253eefc675121ad9 (diff) | |
download | ports-8337fc6d5f69b84046f87dc7a846dbe640dbaf96.tar.gz ports-8337fc6d5f69b84046f87dc7a846dbe640dbaf96.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index a971f94c53e4..56a643e0b5e9 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -6,7 +6,7 @@ PORTNAME= gstreamer PORTVERSION?= ${BASE_PORTVERSION} # When chasing a shared library for a plug-in bump the PORTREVISION in the # plug-in port instead, like ${category}/gstreamer-plugin-${PLUGIN}. -PORTREVISION?= 12 +PORTREVISION?= 13 PORTEPOCH= 3 CATEGORIES?= multimedia audio MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-plugins-base/:base \ |