diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 01:01:31 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 01:01:31 +0800 |
commit | 78b3992b7295139bb8100c5b3bd754730c1e750b (patch) | |
tree | 1758a879b537ec1ddb6d97d97de80aae1e5f705e /audio | |
parent | 24f1021eb22e46fde724ad8dff4a0304ad3b792f (diff) | |
download | freebsd-ports-gnome-78b3992b7295139bb8100c5b3bd754730c1e750b.tar.gz freebsd-ports-gnome-78b3992b7295139bb8100c5b3bd754730c1e750b.tar.zst freebsd-ports-gnome-78b3992b7295139bb8100c5b3bd754730c1e750b.zip |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gbemol/Makefile | 2 | ||||
-rw-r--r-- | audio/grip/Makefile | 2 | ||||
-rw-r--r-- | audio/osd-lyrics/Makefile | 2 | ||||
-rw-r--r-- | audio/scrobbler/Makefile | 2 | ||||
-rw-r--r-- | audio/vagalume/Makefile | 2 | ||||
-rw-r--r-- | audio/xmms-scrobbler/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/audio/gbemol/Makefile b/audio/gbemol/Makefile index 913c7cc0d298..5bd3ec06fa88 100644 --- a/audio/gbemol/Makefile +++ b/audio/gbemol/Makefile @@ -3,7 +3,7 @@ PORTNAME= gbemol PORTVERSION= 0.3.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/grip/Makefile b/audio/grip/Makefile index 1a51e15ebaf5..43c2db78da72 100644 --- a/audio/grip/Makefile +++ b/audio/grip/Makefile @@ -4,7 +4,7 @@ PORTNAME= grip PORTVERSION= 3.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/osd-lyrics/Makefile b/audio/osd-lyrics/Makefile index 24dfeeee90ce..97589ff6af39 100644 --- a/audio/osd-lyrics/Makefile +++ b/audio/osd-lyrics/Makefile @@ -3,7 +3,7 @@ PORTNAME= osdlyrics PORTVERSION= 0.4.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio deskutils MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/osd-lyrics/ diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile index 9a24e666bd16..03529b58477a 100644 --- a/audio/scrobbler/Makefile +++ b/audio/scrobbler/Makefile @@ -3,7 +3,7 @@ PORTNAME?= scrobbler PORTVERSION= 0.3.8.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio MASTER_SITES= http://static.audioscrobbler.com/plugins/ \ http://www.pipian.com/stuffforchat/ diff --git a/audio/vagalume/Makefile b/audio/vagalume/Makefile index a779ad9c1951..940242135936 100644 --- a/audio/vagalume/Makefile +++ b/audio/vagalume/Makefile @@ -3,7 +3,7 @@ PORTNAME= vagalume PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://vagalume.igalia.com/files/source/ \ DEBIAN_POOL/pool/main/v/vagalume/ diff --git a/audio/xmms-scrobbler/Makefile b/audio/xmms-scrobbler/Makefile index b904a8fe196e..7736ae2a9b2a 100644 --- a/audio/xmms-scrobbler/Makefile +++ b/audio/xmms-scrobbler/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmms-scrobbler -PORTREVISION= 7 +PORTREVISION= 8 MAINTAINER= novel@FreeBSD.org COMMENT= XMMS plugin for Audioscrobbler.com |