Index: head/net/asterisk/Makefile =================================================================== --- head/net/asterisk/Makefile (revision 155286) +++ head/net/asterisk/Makefile (revision 155287) @@ -1,99 +1,99 @@ # New ports collection makefile for: asterisk # Date created: 17 October 2003 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= asterisk -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -PATCHFILES= asterisk122_codec_negotiation-20060125.diff.gz +PATCHFILES= asterisk124_codec_negotiation-20060202.diff.gz PATCH_SITES= http://www.portaone.com/~bamby/public/ BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ newt.51:${PORTSDIR}/devel/newt \ curl.3:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 sparc64 amd64 GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/editline USE_GMAKE= yes USE_BISON= yes USE_RC_SUBR= asterisk.sh USE_REINPLACE= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ MKDIR="${MKDIR}" \ PWLIBDIR=${PWLIBDIR} \ OPENH323DIR=${OPENH323DIR} \ OSVERSION=${OSVERSION} \ CXX="${CXX}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152; make -V WRKSRC OPENH323DIR!= cd ${PORTSDIR}/net/openh323-112; make -V WRKSRC .if ${ARCH} != "i386" WITHOUT_H323= 1 WITHOUT_ZAPTEL= 1 .endif .if defined(WITHOUT_H323) PLIST_SUB+= WITH_H323="@comment " .else BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \ ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build PLIST_SUB+= WITH_H323="" MAKE_ENV+= WITH_H323=1 .endif .if defined(WITHOUT_ZAPTEL) PLIST_SUB+= WITH_ZAPTEL="@comment " MAKE_ENV+= WITHOUT_ZAPTEL=1 .else BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel PLIST_SUB+= WITH_ZAPTEL="" MAKE_ENV+= WITH_ZAPTEL=1 .endif # # WITH_FREETDS, WITH_PGSQL and WITH_SQLITE can also be added to MAKE_ENV # similarly .if defined(WITHOUT_ODBC) PLIST_SUB+= WITH_ODBC="@comment " .else LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC PLIST_SUB+= WITH_ODBC="" MAKE_ENV+= WITH_ODBC=1 .endif .if defined(WITHOUT_FAX) PLIST_SUB+= WITH_FAX="@comment " .else MAKE_ENV+= WITH_FAX=1 LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp PLIST_SUB+= WITH_FAX="" .endif post-patch: ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample .include Property changes on: head/net/asterisk/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/net/asterisk/distinfo =================================================================== --- head/net/asterisk/distinfo (revision 155286) +++ head/net/asterisk/distinfo (revision 155287) @@ -1,6 +1,6 @@ -MD5 (asterisk-1.2.3.tar.gz) = 89d90096f6c7acf7d3dfe5457a2e3dbe -SHA256 (asterisk-1.2.3.tar.gz) = e305c1dd3e875f22626913812851a344dd89699af545626aa5553bc4f1e1b943 -SIZE (asterisk-1.2.3.tar.gz) = 10533725 -MD5 (asterisk122_codec_negotiation-20060125.diff.gz) = 165ca0d6eb9dc1205f24778d830e9713 -SHA256 (asterisk122_codec_negotiation-20060125.diff.gz) = 8a337b84d0ec75130ae2f39660f4a1a9a762277ab6929fe4b7be22e675fd0ae1 -SIZE (asterisk122_codec_negotiation-20060125.diff.gz) = 27944 +MD5 (asterisk-1.2.4.tar.gz) = 14721abdc85fc3381db275b61dffce2d +SHA256 (asterisk-1.2.4.tar.gz) = a386a6cd587a84afd534d35be26758a9e64fff4d679960ebd82ddc7142bb083c +SIZE (asterisk-1.2.4.tar.gz) = 10536366 +MD5 (asterisk124_codec_negotiation-20060202.diff.gz) = d6a44c8288292756459ddfe99355236f +SHA256 (asterisk124_codec_negotiation-20060202.diff.gz) = d7d9865a872061a53e1461a1ec349c45aa22adebb678e012f94980a54d942620 +SIZE (asterisk124_codec_negotiation-20060202.diff.gz) = 28503 Property changes on: head/net/asterisk/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/asterisk-bristuff/Makefile =================================================================== --- head/net/asterisk-bristuff/Makefile (revision 155286) +++ head/net/asterisk-bristuff/Makefile (revision 155287) @@ -1,99 +1,99 @@ # New ports collection makefile for: asterisk # Date created: 17 October 2003 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= asterisk -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -PATCHFILES= asterisk122_codec_negotiation-20060125.diff.gz +PATCHFILES= asterisk124_codec_negotiation-20060202.diff.gz PATCH_SITES= http://www.portaone.com/~bamby/public/ BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ newt.51:${PORTSDIR}/devel/newt \ curl.3:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 sparc64 amd64 GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/editline USE_GMAKE= yes USE_BISON= yes USE_RC_SUBR= asterisk.sh USE_REINPLACE= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ MKDIR="${MKDIR}" \ PWLIBDIR=${PWLIBDIR} \ OPENH323DIR=${OPENH323DIR} \ OSVERSION=${OSVERSION} \ CXX="${CXX}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152; make -V WRKSRC OPENH323DIR!= cd ${PORTSDIR}/net/openh323-112; make -V WRKSRC .if ${ARCH} != "i386" WITHOUT_H323= 1 WITHOUT_ZAPTEL= 1 .endif .if defined(WITHOUT_H323) PLIST_SUB+= WITH_H323="@comment " .else BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \ ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build PLIST_SUB+= WITH_H323="" MAKE_ENV+= WITH_H323=1 .endif .if defined(WITHOUT_ZAPTEL) PLIST_SUB+= WITH_ZAPTEL="@comment " MAKE_ENV+= WITHOUT_ZAPTEL=1 .else BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel PLIST_SUB+= WITH_ZAPTEL="" MAKE_ENV+= WITH_ZAPTEL=1 .endif # # WITH_FREETDS, WITH_PGSQL and WITH_SQLITE can also be added to MAKE_ENV # similarly .if defined(WITHOUT_ODBC) PLIST_SUB+= WITH_ODBC="@comment " .else LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC PLIST_SUB+= WITH_ODBC="" MAKE_ENV+= WITH_ODBC=1 .endif .if defined(WITHOUT_FAX) PLIST_SUB+= WITH_FAX="@comment " .else MAKE_ENV+= WITH_FAX=1 LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp PLIST_SUB+= WITH_FAX="" .endif post-patch: ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample .include Property changes on: head/net/asterisk-bristuff/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/net/asterisk-bristuff/distinfo =================================================================== --- head/net/asterisk-bristuff/distinfo (revision 155286) +++ head/net/asterisk-bristuff/distinfo (revision 155287) @@ -1,6 +1,6 @@ -MD5 (asterisk-1.2.3.tar.gz) = 89d90096f6c7acf7d3dfe5457a2e3dbe -SHA256 (asterisk-1.2.3.tar.gz) = e305c1dd3e875f22626913812851a344dd89699af545626aa5553bc4f1e1b943 -SIZE (asterisk-1.2.3.tar.gz) = 10533725 -MD5 (asterisk122_codec_negotiation-20060125.diff.gz) = 165ca0d6eb9dc1205f24778d830e9713 -SHA256 (asterisk122_codec_negotiation-20060125.diff.gz) = 8a337b84d0ec75130ae2f39660f4a1a9a762277ab6929fe4b7be22e675fd0ae1 -SIZE (asterisk122_codec_negotiation-20060125.diff.gz) = 27944 +MD5 (asterisk-1.2.4.tar.gz) = 14721abdc85fc3381db275b61dffce2d +SHA256 (asterisk-1.2.4.tar.gz) = a386a6cd587a84afd534d35be26758a9e64fff4d679960ebd82ddc7142bb083c +SIZE (asterisk-1.2.4.tar.gz) = 10536366 +MD5 (asterisk124_codec_negotiation-20060202.diff.gz) = d6a44c8288292756459ddfe99355236f +SHA256 (asterisk124_codec_negotiation-20060202.diff.gz) = d7d9865a872061a53e1461a1ec349c45aa22adebb678e012f94980a54d942620 +SIZE (asterisk124_codec_negotiation-20060202.diff.gz) = 28503 Property changes on: head/net/asterisk-bristuff/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/asterisk10/Makefile =================================================================== --- head/net/asterisk10/Makefile (revision 155286) +++ head/net/asterisk10/Makefile (revision 155287) @@ -1,99 +1,99 @@ # New ports collection makefile for: asterisk # Date created: 17 October 2003 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= asterisk -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -PATCHFILES= asterisk122_codec_negotiation-20060125.diff.gz +PATCHFILES= asterisk124_codec_negotiation-20060202.diff.gz PATCH_SITES= http://www.portaone.com/~bamby/public/ BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ newt.51:${PORTSDIR}/devel/newt \ curl.3:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 sparc64 amd64 GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/editline USE_GMAKE= yes USE_BISON= yes USE_RC_SUBR= asterisk.sh USE_REINPLACE= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ MKDIR="${MKDIR}" \ PWLIBDIR=${PWLIBDIR} \ OPENH323DIR=${OPENH323DIR} \ OSVERSION=${OSVERSION} \ CXX="${CXX}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152; make -V WRKSRC OPENH323DIR!= cd ${PORTSDIR}/net/openh323-112; make -V WRKSRC .if ${ARCH} != "i386" WITHOUT_H323= 1 WITHOUT_ZAPTEL= 1 .endif .if defined(WITHOUT_H323) PLIST_SUB+= WITH_H323="@comment " .else BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \ ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build PLIST_SUB+= WITH_H323="" MAKE_ENV+= WITH_H323=1 .endif .if defined(WITHOUT_ZAPTEL) PLIST_SUB+= WITH_ZAPTEL="@comment " MAKE_ENV+= WITHOUT_ZAPTEL=1 .else BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel PLIST_SUB+= WITH_ZAPTEL="" MAKE_ENV+= WITH_ZAPTEL=1 .endif # # WITH_FREETDS, WITH_PGSQL and WITH_SQLITE can also be added to MAKE_ENV # similarly .if defined(WITHOUT_ODBC) PLIST_SUB+= WITH_ODBC="@comment " .else LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC PLIST_SUB+= WITH_ODBC="" MAKE_ENV+= WITH_ODBC=1 .endif .if defined(WITHOUT_FAX) PLIST_SUB+= WITH_FAX="@comment " .else MAKE_ENV+= WITH_FAX=1 LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp PLIST_SUB+= WITH_FAX="" .endif post-patch: ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample .include Property changes on: head/net/asterisk10/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/net/asterisk10/distinfo =================================================================== --- head/net/asterisk10/distinfo (revision 155286) +++ head/net/asterisk10/distinfo (revision 155287) @@ -1,6 +1,6 @@ -MD5 (asterisk-1.2.3.tar.gz) = 89d90096f6c7acf7d3dfe5457a2e3dbe -SHA256 (asterisk-1.2.3.tar.gz) = e305c1dd3e875f22626913812851a344dd89699af545626aa5553bc4f1e1b943 -SIZE (asterisk-1.2.3.tar.gz) = 10533725 -MD5 (asterisk122_codec_negotiation-20060125.diff.gz) = 165ca0d6eb9dc1205f24778d830e9713 -SHA256 (asterisk122_codec_negotiation-20060125.diff.gz) = 8a337b84d0ec75130ae2f39660f4a1a9a762277ab6929fe4b7be22e675fd0ae1 -SIZE (asterisk122_codec_negotiation-20060125.diff.gz) = 27944 +MD5 (asterisk-1.2.4.tar.gz) = 14721abdc85fc3381db275b61dffce2d +SHA256 (asterisk-1.2.4.tar.gz) = a386a6cd587a84afd534d35be26758a9e64fff4d679960ebd82ddc7142bb083c +SIZE (asterisk-1.2.4.tar.gz) = 10536366 +MD5 (asterisk124_codec_negotiation-20060202.diff.gz) = d6a44c8288292756459ddfe99355236f +SHA256 (asterisk124_codec_negotiation-20060202.diff.gz) = d7d9865a872061a53e1461a1ec349c45aa22adebb678e012f94980a54d942620 +SIZE (asterisk124_codec_negotiation-20060202.diff.gz) = 28503 Property changes on: head/net/asterisk10/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/asterisk12/Makefile =================================================================== --- head/net/asterisk12/Makefile (revision 155286) +++ head/net/asterisk12/Makefile (revision 155287) @@ -1,99 +1,99 @@ # New ports collection makefile for: asterisk # Date created: 17 October 2003 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= asterisk -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -PATCHFILES= asterisk122_codec_negotiation-20060125.diff.gz +PATCHFILES= asterisk124_codec_negotiation-20060202.diff.gz PATCH_SITES= http://www.portaone.com/~bamby/public/ BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ newt.51:${PORTSDIR}/devel/newt \ curl.3:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 sparc64 amd64 GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/editline USE_GMAKE= yes USE_BISON= yes USE_RC_SUBR= asterisk.sh USE_REINPLACE= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ MKDIR="${MKDIR}" \ PWLIBDIR=${PWLIBDIR} \ OPENH323DIR=${OPENH323DIR} \ OSVERSION=${OSVERSION} \ CXX="${CXX}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152; make -V WRKSRC OPENH323DIR!= cd ${PORTSDIR}/net/openh323-112; make -V WRKSRC .if ${ARCH} != "i386" WITHOUT_H323= 1 WITHOUT_ZAPTEL= 1 .endif .if defined(WITHOUT_H323) PLIST_SUB+= WITH_H323="@comment " .else BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \ ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build PLIST_SUB+= WITH_H323="" MAKE_ENV+= WITH_H323=1 .endif .if defined(WITHOUT_ZAPTEL) PLIST_SUB+= WITH_ZAPTEL="@comment " MAKE_ENV+= WITHOUT_ZAPTEL=1 .else BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel PLIST_SUB+= WITH_ZAPTEL="" MAKE_ENV+= WITH_ZAPTEL=1 .endif # # WITH_FREETDS, WITH_PGSQL and WITH_SQLITE can also be added to MAKE_ENV # similarly .if defined(WITHOUT_ODBC) PLIST_SUB+= WITH_ODBC="@comment " .else LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC PLIST_SUB+= WITH_ODBC="" MAKE_ENV+= WITH_ODBC=1 .endif .if defined(WITHOUT_FAX) PLIST_SUB+= WITH_FAX="@comment " .else MAKE_ENV+= WITH_FAX=1 LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp PLIST_SUB+= WITH_FAX="" .endif post-patch: ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample .include Property changes on: head/net/asterisk12/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/net/asterisk12/distinfo =================================================================== --- head/net/asterisk12/distinfo (revision 155286) +++ head/net/asterisk12/distinfo (revision 155287) @@ -1,6 +1,6 @@ -MD5 (asterisk-1.2.3.tar.gz) = 89d90096f6c7acf7d3dfe5457a2e3dbe -SHA256 (asterisk-1.2.3.tar.gz) = e305c1dd3e875f22626913812851a344dd89699af545626aa5553bc4f1e1b943 -SIZE (asterisk-1.2.3.tar.gz) = 10533725 -MD5 (asterisk122_codec_negotiation-20060125.diff.gz) = 165ca0d6eb9dc1205f24778d830e9713 -SHA256 (asterisk122_codec_negotiation-20060125.diff.gz) = 8a337b84d0ec75130ae2f39660f4a1a9a762277ab6929fe4b7be22e675fd0ae1 -SIZE (asterisk122_codec_negotiation-20060125.diff.gz) = 27944 +MD5 (asterisk-1.2.4.tar.gz) = 14721abdc85fc3381db275b61dffce2d +SHA256 (asterisk-1.2.4.tar.gz) = a386a6cd587a84afd534d35be26758a9e64fff4d679960ebd82ddc7142bb083c +SIZE (asterisk-1.2.4.tar.gz) = 10536366 +MD5 (asterisk124_codec_negotiation-20060202.diff.gz) = d6a44c8288292756459ddfe99355236f +SHA256 (asterisk124_codec_negotiation-20060202.diff.gz) = d7d9865a872061a53e1461a1ec349c45aa22adebb678e012f94980a54d942620 +SIZE (asterisk124_codec_negotiation-20060202.diff.gz) = 28503 Property changes on: head/net/asterisk12/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/asterisk14/Makefile =================================================================== --- head/net/asterisk14/Makefile (revision 155286) +++ head/net/asterisk14/Makefile (revision 155287) @@ -1,99 +1,99 @@ # New ports collection makefile for: asterisk # Date created: 17 October 2003 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= asterisk -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -PATCHFILES= asterisk122_codec_negotiation-20060125.diff.gz +PATCHFILES= asterisk124_codec_negotiation-20060202.diff.gz PATCH_SITES= http://www.portaone.com/~bamby/public/ BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ newt.51:${PORTSDIR}/devel/newt \ curl.3:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 sparc64 amd64 GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/editline USE_GMAKE= yes USE_BISON= yes USE_RC_SUBR= asterisk.sh USE_REINPLACE= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ MKDIR="${MKDIR}" \ PWLIBDIR=${PWLIBDIR} \ OPENH323DIR=${OPENH323DIR} \ OSVERSION=${OSVERSION} \ CXX="${CXX}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152; make -V WRKSRC OPENH323DIR!= cd ${PORTSDIR}/net/openh323-112; make -V WRKSRC .if ${ARCH} != "i386" WITHOUT_H323= 1 WITHOUT_ZAPTEL= 1 .endif .if defined(WITHOUT_H323) PLIST_SUB+= WITH_H323="@comment " .else BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \ ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build PLIST_SUB+= WITH_H323="" MAKE_ENV+= WITH_H323=1 .endif .if defined(WITHOUT_ZAPTEL) PLIST_SUB+= WITH_ZAPTEL="@comment " MAKE_ENV+= WITHOUT_ZAPTEL=1 .else BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel PLIST_SUB+= WITH_ZAPTEL="" MAKE_ENV+= WITH_ZAPTEL=1 .endif # # WITH_FREETDS, WITH_PGSQL and WITH_SQLITE can also be added to MAKE_ENV # similarly .if defined(WITHOUT_ODBC) PLIST_SUB+= WITH_ODBC="@comment " .else LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC PLIST_SUB+= WITH_ODBC="" MAKE_ENV+= WITH_ODBC=1 .endif .if defined(WITHOUT_FAX) PLIST_SUB+= WITH_FAX="@comment " .else MAKE_ENV+= WITH_FAX=1 LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp PLIST_SUB+= WITH_FAX="" .endif post-patch: ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample .include Property changes on: head/net/asterisk14/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/net/asterisk14/distinfo =================================================================== --- head/net/asterisk14/distinfo (revision 155286) +++ head/net/asterisk14/distinfo (revision 155287) @@ -1,6 +1,6 @@ -MD5 (asterisk-1.2.3.tar.gz) = 89d90096f6c7acf7d3dfe5457a2e3dbe -SHA256 (asterisk-1.2.3.tar.gz) = e305c1dd3e875f22626913812851a344dd89699af545626aa5553bc4f1e1b943 -SIZE (asterisk-1.2.3.tar.gz) = 10533725 -MD5 (asterisk122_codec_negotiation-20060125.diff.gz) = 165ca0d6eb9dc1205f24778d830e9713 -SHA256 (asterisk122_codec_negotiation-20060125.diff.gz) = 8a337b84d0ec75130ae2f39660f4a1a9a762277ab6929fe4b7be22e675fd0ae1 -SIZE (asterisk122_codec_negotiation-20060125.diff.gz) = 27944 +MD5 (asterisk-1.2.4.tar.gz) = 14721abdc85fc3381db275b61dffce2d +SHA256 (asterisk-1.2.4.tar.gz) = a386a6cd587a84afd534d35be26758a9e64fff4d679960ebd82ddc7142bb083c +SIZE (asterisk-1.2.4.tar.gz) = 10536366 +MD5 (asterisk124_codec_negotiation-20060202.diff.gz) = d6a44c8288292756459ddfe99355236f +SHA256 (asterisk124_codec_negotiation-20060202.diff.gz) = d7d9865a872061a53e1461a1ec349c45aa22adebb678e012f94980a54d942620 +SIZE (asterisk124_codec_negotiation-20060202.diff.gz) = 28503 Property changes on: head/net/asterisk14/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/asterisk16/Makefile =================================================================== --- head/net/asterisk16/Makefile (revision 155286) +++ head/net/asterisk16/Makefile (revision 155287) @@ -1,99 +1,99 @@ # New ports collection makefile for: asterisk # Date created: 17 October 2003 # Whom: Maxim Sobolev # # $FreeBSD$ # PORTNAME= asterisk -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/ \ ftp://ftp.asterisk.org/pub/telephony/asterisk/old-releases/ MAINTAINER= sobomax@FreeBSD.org COMMENT= An Open Source PBX and telephony toolkit -PATCHFILES= asterisk122_codec_negotiation-20060125.diff.gz +PATCHFILES= asterisk124_codec_negotiation-20060202.diff.gz PATCH_SITES= http://www.portaone.com/~bamby/public/ BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 LIB_DEPENDS= speex.3:${PORTSDIR}/audio/speex \ newt.51:${PORTSDIR}/devel/newt \ curl.3:${PORTSDIR}/ftp/curl RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 ONLY_FOR_ARCHS= i386 sparc64 amd64 GNU_CONFIGURE= yes CONFIGURE_WRKSRC= ${WRKSRC}/editline USE_GMAKE= yes USE_BISON= yes USE_RC_SUBR= asterisk.sh USE_REINPLACE= yes MAKE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ MKDIR="${MKDIR}" \ PWLIBDIR=${PWLIBDIR} \ OPENH323DIR=${OPENH323DIR} \ OSVERSION=${OSVERSION} \ CXX="${CXX}" MAN8= asterisk.8 astgenkey.8 autosupport.8 safe_asterisk.8 .include PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152; make -V WRKSRC OPENH323DIR!= cd ${PORTSDIR}/net/openh323-112; make -V WRKSRC .if ${ARCH} != "i386" WITHOUT_H323= 1 WITHOUT_ZAPTEL= 1 .endif .if defined(WITHOUT_H323) PLIST_SUB+= WITH_H323="@comment " .else BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build \ ${NONEXISTENT}:${PORTSDIR}/net/openh323-112:build PLIST_SUB+= WITH_H323="" MAKE_ENV+= WITH_H323=1 .endif .if defined(WITHOUT_ZAPTEL) PLIST_SUB+= WITH_ZAPTEL="@comment " MAKE_ENV+= WITHOUT_ZAPTEL=1 .else BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel LIB_DEPENDS+= pri.1:${PORTSDIR}/misc/libpri RUN_DEPENDS+= ${LOCALBASE}/include/zaptel.h:${PORTSDIR}/misc/zaptel PLIST_SUB+= WITH_ZAPTEL="" MAKE_ENV+= WITH_ZAPTEL=1 .endif # # WITH_FREETDS, WITH_PGSQL and WITH_SQLITE can also be added to MAKE_ENV # similarly .if defined(WITHOUT_ODBC) PLIST_SUB+= WITH_ODBC="@comment " .else LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC PLIST_SUB+= WITH_ODBC="" MAKE_ENV+= WITH_ODBC=1 .endif .if defined(WITHOUT_FAX) PLIST_SUB+= WITH_FAX="@comment " .else MAKE_ENV+= WITH_FAX=1 LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp PLIST_SUB+= WITH_FAX="" .endif post-patch: ${REINPLACE_CMD} -e 's|/var/lib|${PREFIX}/share|g' ${WRKSRC}/configs/musiconhold.conf.sample .include Property changes on: head/net/asterisk16/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.46 \ No newline at end of property +1.47 \ No newline at end of property Index: head/net/asterisk16/distinfo =================================================================== --- head/net/asterisk16/distinfo (revision 155286) +++ head/net/asterisk16/distinfo (revision 155287) @@ -1,6 +1,6 @@ -MD5 (asterisk-1.2.3.tar.gz) = 89d90096f6c7acf7d3dfe5457a2e3dbe -SHA256 (asterisk-1.2.3.tar.gz) = e305c1dd3e875f22626913812851a344dd89699af545626aa5553bc4f1e1b943 -SIZE (asterisk-1.2.3.tar.gz) = 10533725 -MD5 (asterisk122_codec_negotiation-20060125.diff.gz) = 165ca0d6eb9dc1205f24778d830e9713 -SHA256 (asterisk122_codec_negotiation-20060125.diff.gz) = 8a337b84d0ec75130ae2f39660f4a1a9a762277ab6929fe4b7be22e675fd0ae1 -SIZE (asterisk122_codec_negotiation-20060125.diff.gz) = 27944 +MD5 (asterisk-1.2.4.tar.gz) = 14721abdc85fc3381db275b61dffce2d +SHA256 (asterisk-1.2.4.tar.gz) = a386a6cd587a84afd534d35be26758a9e64fff4d679960ebd82ddc7142bb083c +SIZE (asterisk-1.2.4.tar.gz) = 10536366 +MD5 (asterisk124_codec_negotiation-20060202.diff.gz) = d6a44c8288292756459ddfe99355236f +SHA256 (asterisk124_codec_negotiation-20060202.diff.gz) = d7d9865a872061a53e1461a1ec349c45aa22adebb678e012f94980a54d942620 +SIZE (asterisk124_codec_negotiation-20060202.diff.gz) = 28503 Property changes on: head/net/asterisk16/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property