diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-07-28 12:27:31 +0000 |
commit | 605b51623904901c5be12539309f2345d1751741 (patch) | |
tree | 698a951c5110d6765f602f134f00403efbe3a817 /net | |
parent | 7a58a475e7bd926d065dab0f108b18a67af0906b (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/asterisk/Makefile | 3 | ||||
-rw-r--r-- | net/asterisk10/Makefile | 3 | ||||
-rw-r--r-- | net/asterisk14/Makefile | 3 | ||||
-rw-r--r-- | net/asterisk16/Makefile | 3 | ||||
-rw-r--r-- | net/gini/Makefile | 4 | ||||
-rw-r--r-- | net/openpbx.org/Makefile | 4 |
6 files changed, 12 insertions, 8 deletions
diff --git a/net/asterisk/Makefile b/net/asterisk/Makefile index 89af2f33a488..85a923df1604 100644 --- a/net/asterisk/Makefile +++ b/net/asterisk/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -115,7 +116,7 @@ CONFIGURE_ARGS+= --without-ogg .else PLIST_SUB+= WITH_OGGVORBIS="" CONFIGURE_ARGS+= --with-ogg -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis .endif .if defined(WITHOUT_RADIUS) diff --git a/net/asterisk10/Makefile b/net/asterisk10/Makefile index 89af2f33a488..85a923df1604 100644 --- a/net/asterisk10/Makefile +++ b/net/asterisk10/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -115,7 +116,7 @@ CONFIGURE_ARGS+= --without-ogg .else PLIST_SUB+= WITH_OGGVORBIS="" CONFIGURE_ARGS+= --with-ogg -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis .endif .if defined(WITHOUT_RADIUS) diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile index 89af2f33a488..85a923df1604 100644 --- a/net/asterisk14/Makefile +++ b/net/asterisk14/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -115,7 +116,7 @@ CONFIGURE_ARGS+= --without-ogg .else PLIST_SUB+= WITH_OGGVORBIS="" CONFIGURE_ARGS+= --with-ogg -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis .endif .if defined(WITHOUT_RADIUS) diff --git a/net/asterisk16/Makefile b/net/asterisk16/Makefile index 89af2f33a488..85a923df1604 100644 --- a/net/asterisk16/Makefile +++ b/net/asterisk16/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.4.9 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ @@ -115,7 +116,7 @@ CONFIGURE_ARGS+= --without-ogg .else PLIST_SUB+= WITH_OGGVORBIS="" CONFIGURE_ARGS+= --with-ogg -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis .endif .if defined(WITHOUT_RADIUS) diff --git a/net/gini/Makefile b/net/gini/Makefile index 928ed23837d9..bf09faf297a0 100644 --- a/net/gini/Makefile +++ b/net/gini/Makefile @@ -7,7 +7,7 @@ PORTNAME= gini PORTVERSION= 0.5.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A lightweight media streaming server -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_GNOME= glib12 diff --git a/net/openpbx.org/Makefile b/net/openpbx.org/Makefile index 2139b12f9e46..1092763f2710 100644 --- a/net/openpbx.org/Makefile +++ b/net/openpbx.org/Makefile @@ -8,7 +8,7 @@ PORTNAME= openpbx.org PORTVERSION= 1.2 DISTVERSION= 1.2_rc3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.openpbx.org/releases/ @@ -107,7 +107,7 @@ CONFIGURE_ARGS+= --without-format_oggvorbis .else PLIST_SUB+= WITH_OGGVORBIS="" CONFIGURE_ARGS+= --with-format_oggvorbis -LIB_DEPENDS+= vorbis.3:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis .endif pre-su-install: |