ports/155740: [PATCH] net/asterisk14: update to 1.4.40
TAKATSU Tomonari
tota at FreeBSD.org
Mon Mar 21 05:00:03 UTC 2011
>Number: 155740
>Category: ports
>Synopsis: [PATCH] net/asterisk14: update to 1.4.40
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 21 05:00:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: TAKATSU Tomonari
>Release: FreeBSD 8.2-RELEASE amd64
>Organization:
none (private)
>Environment:
System: FreeBSD photon.local.lan 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
>Description:
- Update to 1.4.40
- Make portlint happier
I would like to update net/asterisk14 before committing ports/154700.
Would you confirm whether asterisk 1.4.40 runs right or not?
I don't have environment to test it.
Port maintainer (sobomax at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- asterisk14-1.4.40.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/asterisk14/Makefile,v
retrieving revision 1.134
diff -u -u -r1.134 Makefile
--- Makefile 25 Feb 2011 01:31:55 -0000 1.134
+++ Makefile 21 Mar 2011 00:30:28 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= asterisk
-PORTVERSION= 1.4.37
-PORTREVISION= 1
+PORTVERSION= 1.4.40
CATEGORIES= net
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \
http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -71,10 +70,10 @@
.if !defined(WITH_H323)
PLIST_SUB+= WITH_H323="@comment "
-CONFIGURE_ARGS+= --without-h323
+CONFIGURE_ARGS+= --without-h323
.else
PLIST_SUB+= WITH_H323=""
-CONFIGURE_ARGS+= --with-h323=${LOCALBASE}
+CONFIGURE_ARGS+= --with-h323=${LOCALBASE}
LIB_DEPENDS+= pt_r.1:${PORTSDIR}/devel/pwlib \
h323_r.1:${PORTSDIR}/net/openh323
.endif
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/asterisk14/distinfo,v
retrieving revision 1.49
diff -u -u -r1.49 distinfo
--- distinfo 30 Nov 2010 03:43:37 -0000 1.49
+++ distinfo 20 Mar 2011 23:49:10 -0000
@@ -1,4 +1,2 @@
-SHA256 (asterisk-1.4.37.tar.gz) = 0168cc552eb5c3758a447d22c6d08a8cba0509b0be4036e253f895066facf3f6
-SIZE (asterisk-1.4.37.tar.gz) = 21666828
-SHA256 (asterisk-1.4.37-codec-negotiation-20101130.diff.gz) = fa1acd617b9648e5e7b5d4da4691eded88834d93957f113ac8ddf94f9307200c
-SIZE (asterisk-1.4.37-codec-negotiation-20101130.diff.gz) = 40520
+SHA256 (asterisk-1.4.40.tar.gz) = 53e6e206a53463ac93179c460a44b737d2c25dd94845280cfacb6f342ceffc70
+SIZE (asterisk-1.4.40.tar.gz) = 21699436
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/asterisk14/pkg-plist,v
retrieving revision 1.42
diff -u -u -r1.42 pkg-plist
--- pkg-plist 30 Nov 2010 03:43:37 -0000 1.42
+++ pkg-plist 21 Mar 2011 00:04:48 -0000
@@ -462,10 +462,10 @@
share/asterisk/moh/macroform-the_simplicity.wav
share/asterisk/moh/manolo_camp-morning_coffee.wav
share/asterisk/moh/reno_project-system.wav
-share/asterisk/sounds/.asterisk-core-sounds-en-gsm-1.4.19
-share/asterisk/sounds/CHANGES-asterisk-core-en-1.4.19
-share/asterisk/sounds/CREDITS-asterisk-core-en-1.4.19
-share/asterisk/sounds/LICENSE-asterisk-core-en-1.4.19
+share/asterisk/sounds/.asterisk-core-sounds-en-gsm-1.4.20
+share/asterisk/sounds/CHANGES-asterisk-core-en-1.4.20
+share/asterisk/sounds/CREDITS-asterisk-core-en-1.4.20
+share/asterisk/sounds/LICENSE-asterisk-core-en-1.4.20
share/asterisk/sounds/agent-alreadyon.gsm
share/asterisk/sounds/agent-incorrect.gsm
share/asterisk/sounds/agent-loggedoff.gsm
@@ -929,6 +929,7 @@
@dirrm share/asterisk/sounds/fr
@dirrm share/asterisk/sounds/followme
@dirrm share/asterisk/sounds/es
+ at dirrm share/asterisk/sounds/en_AU
@dirrm share/asterisk/sounds/digits
@dirrm share/asterisk/sounds/dictate
@dirrm share/asterisk/sounds
@@ -945,6 +946,7 @@
@dirrmtry etc/asterisk
@exec mkdir -p %D/share/asterisk/sounds/fr
@exec mkdir -p %D/share/asterisk/sounds/es
+ at exec mkdir -p %D/share/asterisk/sounds/en_AU
@cwd /var
spool/asterisk/voicemail/default/1234/busy.gsm
spool/asterisk/voicemail/default/1234/unavail.gsm
--- asterisk14-1.4.40.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list