diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 20:47:20 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 20:47:20 +0800 |
commit | 89bc7fbdd158a0088a6b13b2a20a73226483d9b9 (patch) | |
tree | d8415222e0a7aac90a9bf07414ac82fe73bde13d /audio | |
parent | 18072cdaa39cee1565d5301cf124186c25ec7c70 (diff) | |
download | freebsd-ports-gnome-89bc7fbdd158a0088a6b13b2a20a73226483d9b9.tar.gz freebsd-ports-gnome-89bc7fbdd158a0088a6b13b2a20a73226483d9b9.tar.zst freebsd-ports-gnome-89bc7fbdd158a0088a6b13b2a20a73226483d9b9.zip |
wxGTK3.0: switch to gtk3 and webkit2
Discussed with: portmgr
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/Makefile | 2 | ||||
-rw-r--r-- | audio/mbox/Makefile | 2 | ||||
-rw-r--r-- | audio/py-karaoke/Makefile | 2 | ||||
-rw-r--r-- | audio/spek/Makefile | 2 | ||||
-rw-r--r-- | audio/wxguitar/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 3bd15eeacba5..f303c6e33689 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -4,7 +4,7 @@ PORTNAME= audacity PORTVERSION= 2.3.0 DISTVERSIONPREFIX= Audacity- -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com diff --git a/audio/mbox/Makefile b/audio/mbox/Makefile index ec8986133ea7..c5f563d5069d 100644 --- a/audio/mbox/Makefile +++ b/audio/mbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= mbox PORTVERSION= 0.7.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= audio MASTER_SITES= http://www.mbox.wz.cz/src/ diff --git a/audio/py-karaoke/Makefile b/audio/py-karaoke/Makefile index 635871069d0f..d7d701e879d8 100644 --- a/audio/py-karaoke/Makefile +++ b/audio/py-karaoke/Makefile @@ -3,7 +3,7 @@ PORTNAME= karaoke PORTVERSION= 0.7.5 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= audio python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/spek/Makefile b/audio/spek/Makefile index 44c787c8cefe..0bb64b67a642 100644 --- a/audio/spek/Makefile +++ b/audio/spek/Makefile @@ -3,7 +3,7 @@ PORTNAME= spek PORTVERSION= 0.8.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= audio MASTER_SITES= https://github.com/alexkay/${PORTNAME}/releases/download/v${PORTVERSION}/ diff --git a/audio/wxguitar/Makefile b/audio/wxguitar/Makefile index 9ba5450167fe..ca65a91df997 100644 --- a/audio/wxguitar/Makefile +++ b/audio/wxguitar/Makefile @@ -3,7 +3,7 @@ PORTNAME= wxguitar PORTVERSION= 1.01 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ |