Version bump; fixes a mem leak (queue reload) and some other minor
things, also they moved old releases to a sub-directory of MASTER_SITES
so add that. Zap some unneeded { } while there.

Thanks Steven for the heads-up on the distfile not being fetchable,
no thanks to Digium for forgetting about posting to asterisk-announce.

Tested on sparc64, amd64.

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/telephony/asterisk/Makefile,v
retrieving revision 1.24
diff -u -p -u -r1.24 Makefile
--- Makefile    4 Oct 2007 11:25:44 -0000       1.24
+++ Makefile    9 Oct 2007 20:50:08 -0000
@@ -3,8 +3,8 @@
 SHARED_ONLY=           Yes
 COMMENT-main=          open source multi-protocol PBX and telephony toolkit
 
-V=                     1.4.12
-DISTNAME=              asterisk-${V}
+V=                     1.4.12.1
+DISTNAME=              asterisk-$V
 FULLPKGNAME-main=      ${DISTNAME}
 
 CATEGORIES=            telephony
@@ -25,7 +25,8 @@ WANTLIB-main=         c crypto m pthread ssl st
 
 LIB_DEPENDS-main=      popt::devel/popt
 
-MASTER_SITES=          http://downloads.digium.com/pub/telephony/asterisk/
+MASTER_SITES=          http://downloads.digium.com/pub/telephony/asterisk/ \
+                       
http://downloads.digium.com/pub/telephony/asterisk/old-releases/
 
 USE_GMAKE=             Yes
 USE_LIBTOOL=           Yes
@@ -165,8 +166,8 @@ CONFIGURE_ARGS+=        --with-gnutls=${
 .endif
 
 .for i in ${MULTI_PACKAGES:S/-main//}
-FULLPKGNAME${i}=       asterisk${i}-${V}
-RUN_DEPENDS${i}=       :asterisk-${V}:telephony/asterisk
+FULLPKGNAME$i=         asterisk$i-$V
+RUN_DEPENDS$i=         :asterisk-$V:telephony/asterisk
 .endfor
 
 MAKE_ENV=              ASTCFLAGS="${CFLAGS}" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/telephony/asterisk/distinfo,v
retrieving revision 1.18
diff -u -p -u -r1.18 distinfo
--- distinfo    4 Oct 2007 11:25:44 -0000       1.18
+++ distinfo    9 Oct 2007 20:50:08 -0000
@@ -1,5 +1,5 @@
-MD5 (asterisk-1.4.12.tar.gz) = 8qyYuTILl6dAmoBTFeffGQ==
-RMD160 (asterisk-1.4.12.tar.gz) = 6XWkdRodgSuVN/5o5CrBUFlyilE=
-SHA1 (asterisk-1.4.12.tar.gz) = vOZNgFfnUBxtNbSGnvdivYvDBtM=
-SHA256 (asterisk-1.4.12.tar.gz) = ge8nGAMWAQIc5rqzwf5pj7AH5jjOe1oY5RBxJFFnEY8=
-SIZE (asterisk-1.4.12.tar.gz) = 11255703
+MD5 (asterisk-1.4.12.1.tar.gz) = 2HKrBQ9s+Axbo+kc6nqiqA==
+RMD160 (asterisk-1.4.12.1.tar.gz) = baHFDCTAV9qwPGVMdTAO8WsS5+c=
+SHA1 (asterisk-1.4.12.1.tar.gz) = qfo+qR0SpOwL6Wdl/IIyxDfQ84s=
+SHA256 (asterisk-1.4.12.1.tar.gz) = 
/hU0P8cuJ6EEgj1+EXshJUg1tFmTE1eqPNi/jVTrrvM=
+SIZE (asterisk-1.4.12.1.tar.gz) = 11256475

Reply via email to