diff options
author | ahze <ahze@FreeBSD.org> | 2005-07-13 06:40:56 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-07-13 06:40:56 +0000 |
commit | 7425b2f4aa67ce5ce66bbf32e518cc5e54700428 (patch) | |
tree | 0a616922e40cf61343ed78384f664a8808ae16be /audio/gstreamer-plugins-jack | |
parent | dbe65a2efd1fafdbacd08d47f2e14d0dc4a22dcf (diff) | |
download | FreeBSD-ports-7425b2f4aa67ce5ce66bbf32e518cc5e54700428.zip FreeBSD-ports-7425b2f4aa67ce5ce66bbf32e518cc5e54700428.tar.gz |
- Readd PORTREVISION?= to gstreamer-plugins so I can bump
gstreamer-plugins-libcdio without bumping everything.
- Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't
go backwards.
Diffstat (limited to 'audio/gstreamer-plugins-jack')
-rw-r--r-- | audio/gstreamer-plugins-jack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstreamer-plugins-jack/Makefile b/audio/gstreamer-plugins-jack/Makefile index c6031ed..959ac28 100644 --- a/audio/gstreamer-plugins-jack/Makefile +++ b/audio/gstreamer-plugins-jack/Makefile @@ -6,7 +6,7 @@ # CATEGORIES= audio -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= Gstreamer low-latency audio server plugin |