diff options
author | mm <mm@FreeBSD.org> | 2012-12-11 03:11:11 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-12-11 03:11:11 +0800 |
commit | b8fc98671acba737d3bd713d6a8ab2a62b0585d1 (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /audio | |
parent | 00c8d8f37ec184e488b649208b2a4c6799fc1e9b (diff) | |
download | freebsd-ports-graphics-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.tar.gz freebsd-ports-graphics-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.tar.zst freebsd-ports-graphics-b8fc98671acba737d3bd713d6a8ab2a62b0585d1.zip |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libmp3splt/Makefile | 1 | ||||
-rw-r--r-- | audio/pidgin-musictracker/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index 0d5be967988..71e6f27a7d7 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -3,6 +3,7 @@ PORTNAME= libmp3splt PORTVERSION= 0.7.3 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF/mp3splt/${PORTNAME}/${PORTVERSION} diff --git a/audio/pidgin-musictracker/Makefile b/audio/pidgin-musictracker/Makefile index 1c59e71352c..59d7b529729 100644 --- a/audio/pidgin-musictracker/Makefile +++ b/audio/pidgin-musictracker/Makefile @@ -7,7 +7,7 @@ PORTNAME= musictracker PORTVERSION= 0.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= pidgin- @@ -17,7 +17,7 @@ COMMENT= Plugin for Pidgin to displays the music track currently playing BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -LIB_DEPENDS= pcre.1:${PORTSDIR}/devel/pcre +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre USE_BZIP2= yes USE_GMAKE= yes |