Date: Thu, 30 Apr 2009 15:00:14 +0200 (CEST) From: Florian Smeets <flo@kasimir.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/134112: [MAINTAINER] net/asterisk16-addons: update to 1.6.1.0 Message-ID: <20090430130014.77B4F3F4DB@mail.solomo.de> Resent-Message-ID: <200904301310.n3UDA1wu002452@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134112 >Category: ports >Synopsis: [MAINTAINER] net/asterisk16-addons: update to 1.6.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 30 13:10:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Florian Smeets >Release: FreeBSD 7.1-STABLE amd64 >Organization: >Environment: System: FreeBSD mail.solomo.de 7.1-STABLE FreeBSD 7.1-STABLE #6: Sun Mar 1 16:30:44 CET >Description: - Update to 1.6.1.0 IMPORTANT: this should only be commited once asterisk-1.6.1.x has been committed to the ports tree. I tested this with a very basic version of asterisk-1.6.1.0 which did not include all patches supported by the version in FreeBSD ports but this update should also be compatible with the version which will hopefully be in the ports tree soon. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- asterisk16-addons-1.6.1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/asterisk16-addons.orig/Makefile /usr/ports/net/asterisk16-addons/Makefile --- /usr/ports/net/asterisk16-addons.orig/Makefile 2009-03-13 21:11:58.000000000 +0100 +++ /usr/ports/net/asterisk16-addons/Makefile 2009-04-30 14:53:07.000000000 +0200 @@ -6,12 +6,10 @@ # PORTNAME= asterisk16-addons -PORTVERSION= 1.6.0.1 +PORTVERSION= 1.6.1.0 CATEGORIES= net -MASTER_SITES= http://downloads.digium.com/pub/asterisk/ \ - http://downloads.digium.com/pub/asterisk/old-releases/ \ - http://ftp.digium.com/pub/asterisk/ \ - http://ftp.digium.com/pub/asterisk/old-releases/ +MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ + http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ DISTNAME= asterisk-addons-${DISTVERSION} MAINTAINER= flo@kasimir.com diff -ruN --exclude=CVS /usr/ports/net/asterisk16-addons.orig/distinfo /usr/ports/net/asterisk16-addons/distinfo --- /usr/ports/net/asterisk16-addons.orig/distinfo 2009-03-07 19:51:40.000000000 +0100 +++ /usr/ports/net/asterisk16-addons/distinfo 2009-04-30 14:53:07.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (asterisk-addons-1.6.0.1.tar.gz) = 40c07612e486160c128e22811f357893 -SHA256 (asterisk-addons-1.6.0.1.tar.gz) = 82970f39075e267b51932d482a8535d77ce91d656bd100b5542ed30970cf7447 -SIZE (asterisk-addons-1.6.0.1.tar.gz) = 846856 +MD5 (asterisk-addons-1.6.1.0.tar.gz) = 64e24f7c3ef206c9cbfa3de261b2f321 +SHA256 (asterisk-addons-1.6.1.0.tar.gz) = 22a0c9508864751c428462facd520bc7e0ef417e5f2f6aa0b8285ad335a9bac9 +SIZE (asterisk-addons-1.6.1.0.tar.gz) = 860918 diff -ruN --exclude=CVS /usr/ports/net/asterisk16-addons.orig/files/patch-Makefile /usr/ports/net/asterisk16-addons/files/patch-Makefile --- /usr/ports/net/asterisk16-addons.orig/files/patch-Makefile 2009-03-07 19:51:40.000000000 +0100 +++ /usr/ports/net/asterisk16-addons/files/patch-Makefile 2009-04-30 14:53:07.000000000 +0200 @@ -1,5 +1,5 @@ ---- Makefile.orig 2008-09-12 18:21:53.000000000 +0000 -+++ Makefile 2009-02-17 12:48:55.000000000 +0000 +--- Makefile.orig 2008-11-06 17:44:05.000000000 +0000 ++++ Makefile 2009-04-30 12:42:41.928335902 +0000 @@ -26,7 +26,9 @@ ASTTOPDIR:=$(subst $(space),\$(space),$(CURDIR)) @@ -11,4 +11,23 @@ # If the file .asteriskaddons.makeopts is present in your home directory, you can # include all of your favorite menuselect options so that every time you download - +@@ -172,7 +174,7 @@ + @echo "****" + @exit 1 + +-install: _all $(SUBDIRS_INSTALL) install-xmldoc ++install: _all $(SUBDIRS_INSTALL) + @echo " +---- Asterisk-Addons Installation Complete ----+" + @echo " + +" + @echo " + Addons has successfully been installed. +" +@@ -183,10 +185,6 @@ + @echo " + $(MAKE) samples +" + @echo " +-----------------------------------------------+" + +-install-xmldoc: doc/addons-en_US.xml +- @echo "Installing XML documentation" +- @$(INSTALL) -m 644 doc/addons-*.xml $(ASTDATADIR)/documentation +- + cleantest: + + $(SUBDIRS_INSTALL): --- asterisk16-addons-1.6.1.0.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?20090430130014.77B4F3F4DB>