Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2007 19:20:55 -0400
From:      Phillip Neumann <pneumann@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115229: [MAINTAINER] www/asterisk-gui: update to 0.0.1r20070801
Message-ID:  <1186356055.42458@negro.transtel.cl>
Resent-Message-ID: <200708052330.l75NU45e081062@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115229
>Category:       ports
>Synopsis:       [MAINTAINER] www/asterisk-gui: update to 0.0.1r20070801
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 05 23:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Phillip Neumann
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD negro.transtel.cl 6.2-STABLE FreeBSD 6.2-STABLE #2: Sun May 13 16:51:10 CLT 2007
>Description:
- Update to 0.0.1r20070801
- Unbrake port, after change of autotools. 
(thought i sent this before.. :P)

Added file(s):
- files/patch-bootstrap.sh

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- asterisk-gui-0.0.1r20070801.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/asterisk-gui/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	24 Jul 2007 11:41:11 -0000	1.4
+++ Makefile	5 Aug 2007 23:18:26 -0000
@@ -6,17 +6,17 @@
 #
 
 PORTNAME=	asterisk-gui
-PORTVERSION=	0.0.1r20070720
+PORTVERSION=	0.0.1r20070801
 CATEGORIES=	www
 MASTER_SITES=	http://asterisk-bsd.googlecode.com/files/
-DISTNAME=	${PORTNAME}-snap-2007-07-20
+DISTNAME=	${PORTNAME}-snap-2007-08-01
 
 MAINTAINER=	pneumann@gmail.com
 COMMENT=	An asterisk ajax web manager
 
 RUN_DEPENDS=	asterisk:${PORTSDIR}/net/asterisk
 
-USE_AUTOTOOLS=	automake:19
+USE_AUTOTOOLS=	autoconf:259 automake:19
 USE_GMAKE=	yes
 PKGMESSAGE=	${WRKDIR}/pkg-message
 SUB_FILES=	pkg-message
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/asterisk-gui/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	24 Jul 2007 11:41:11 -0000	1.4
+++ distinfo	5 Aug 2007 23:18:26 -0000
@@ -1,3 +1,3 @@
-MD5 (asterisk-gui-snap-2007-07-20.tar.gz) = bc8803f54bd59d54c1b48c04836655d1
-SHA256 (asterisk-gui-snap-2007-07-20.tar.gz) = abbae96b2395cf1499a46dbda26a739a4d4767ee8792a50076ea5e237c8a6c8a
-SIZE (asterisk-gui-snap-2007-07-20.tar.gz) = 311211
+MD5 (asterisk-gui-snap-2007-08-01.tar.gz) = cb2565b344fdb80f86b16853f413a0a3
+SHA256 (asterisk-gui-snap-2007-08-01.tar.gz) = ea5b04f2430fe79a9809d0a98bd3f1c909a69ca5856f75d412bfcc936882984b
+SIZE (asterisk-gui-snap-2007-08-01.tar.gz) = 317986
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/asterisk-gui/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	24 Jul 2007 11:41:11 -0000	1.4
+++ pkg-plist	5 Aug 2007 23:18:26 -0000
@@ -2,6 +2,9 @@
 share/asterisk/scripts/graphs.sh
 share/asterisk/scripts/gui_sysinfo
 share/asterisk/scripts/listfiles
+share/asterisk/scripts/mastercsvexists
+share/asterisk/static-http/config/cdr.html
+share/asterisk/static-http/config/cdr_conf.html
 share/asterisk/static-http/config/graphs/graph_cpu.svgz
 share/asterisk/static-http/config/images/1.gif
 share/asterisk/static-http/config/images/accordion-icon.gif
Index: files/patch-bootstrap.sh
===================================================================
RCS file: files/patch-bootstrap.sh
diff -N files/patch-bootstrap.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-bootstrap.sh	5 Aug 2007 23:18:26 -0000
@@ -0,0 +1,13 @@
+--- bootstrap.sh.orig	Wed Aug  1 18:59:07 2007
++++ bootstrap.sh	Wed Aug  1 19:00:28 2007
+@@ -14,8 +14,8 @@
+ 
+ uname -s | grep -q FreeBSD
+ if [ $? = 0 ] ; then	# FreeBSD case
+-	MY_AC_VER=259
+-	MY_AM_VER=19
++	MY_AC_VER=-2.59
++	MY_AM_VER=-1.9
+ else	# linux case
+ 	MY_AC_VER=
+ 	MY_AM_VER=
--- asterisk-gui-0.0.1r20070801.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1186356055.42458>