diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-10-04 23:12:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-10-04 23:12:44 +0800 |
commit | 5b8ce88717d7be6493037c9874fd13ae3f1e7416 (patch) | |
tree | b7493b74f7532f3fda6de55f79bf5070d36b0ea2 /audio | |
parent | fbfbaa1eb9f43f40b0e05b75777044516036208e (diff) | |
download | freebsd-ports-gnome-5b8ce88717d7be6493037c9874fd13ae3f1e7416.tar.gz freebsd-ports-gnome-5b8ce88717d7be6493037c9874fd13ae3f1e7416.tar.zst freebsd-ports-gnome-5b8ce88717d7be6493037c9874fd13ae3f1e7416.zip |
- Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change
Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
Diffstat (limited to 'audio')
-rw-r--r-- | audio/clementine-player/Makefile | 2 | ||||
-rw-r--r-- | audio/mixxx/Makefile | 2 | ||||
-rw-r--r-- | audio/mumble/Makefile | 1 | ||||
-rw-r--r-- | audio/murmur/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/audio/clementine-player/Makefile b/audio/clementine-player/Makefile index bc08303d583c..03b762a6c1c1 100644 --- a/audio/clementine-player/Makefile +++ b/audio/clementine-player/Makefile @@ -3,7 +3,7 @@ PORTNAME= clementine PORTVERSION= 1.2.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio PKGNAMESUFFIX= -player diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index b9c7bc852dda..3a6f0b0ad8c5 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -4,7 +4,7 @@ PORTNAME= mixxx PORTVERSION= 1.11.0 DISTVERSIONSUFFIX= -src -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= audio MASTER_SITES= http://downloads.mixxx.org/${PORTNAME}-${PORTVERSION}/ diff --git a/audio/mumble/Makefile b/audio/mumble/Makefile index 47143063e151..0e1527e97144 100644 --- a/audio/mumble/Makefile +++ b/audio/mumble/Makefile @@ -3,6 +3,7 @@ PORTNAME= mumble PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/Mumble/${PORTVERSION} diff --git a/audio/murmur/Makefile b/audio/murmur/Makefile index e2b15f6a0467..a55ccdaad813 100644 --- a/audio/murmur/Makefile +++ b/audio/murmur/Makefile @@ -3,6 +3,7 @@ PORTNAME= murmur PORTVERSION= 1.2.8 +PORTREVISION= 1 CATEGORIES= audio net MASTER_SITES= SF/mumble/Mumble/${PORTVERSION} DISTNAME= mumble-${PORTVERSION} |