From owner-svn-ports-head@FreeBSD.ORG Sat Aug 16 15:30:06 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 807E54AB; Sat, 16 Aug 2014 15:30:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6B53D278C; Sat, 16 Aug 2014 15:30:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7GFU6A7001804; Sat, 16 Aug 2014 15:30:06 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7GFU5mr001797; Sat, 16 Aug 2014 15:30:05 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201408161530.s7GFU5mr001797@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 16 Aug 2014 15:30:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365093 - in head: misc/openr2 misc/openr2/files net/asterisk net/asterisk11 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2014 15:30:06 -0000 Author: tijl Date: Sat Aug 16 15:30:05 2014 New Revision: 365093 URL: http://svnweb.freebsd.org/changeset/ports/365093 QAT: https://qat.redports.org/buildarchive/r365093/ Log: misc/openr2: - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Deleted: head/misc/openr2/files/ Modified: head/misc/openr2/Makefile head/misc/openr2/pkg-plist head/net/asterisk/Makefile head/net/asterisk11/Makefile Modified: head/misc/openr2/Makefile ============================================================================== --- head/misc/openr2/Makefile Sat Aug 16 15:26:58 2014 (r365092) +++ head/misc/openr2/Makefile Sat Aug 16 15:30:05 2014 (r365093) @@ -3,6 +3,7 @@ PORTNAME= openr2 PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -12,7 +13,15 @@ COMMENT= MFC/R2 call setup library BUILD_DEPENDS= ${LOCALBASE}/include/dahdi/user.h:${PORTSDIR}/misc/dahdi GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +CPPFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install-strip +USES= libtool USE_LDCONFIG= yes +post-install: + ${MV} ${STAGEDIR}${PREFIX}/etc/r2proto.conf \ + ${STAGEDIR}${PREFIX}/etc/r2proto.conf.sample + ${MV} ${STAGEDIR}${PREFIX}/etc/r2test.conf \ + ${STAGEDIR}${PREFIX}/etc/r2test.conf.sample + .include Modified: head/misc/openr2/pkg-plist ============================================================================== --- head/misc/openr2/pkg-plist Sat Aug 16 15:26:58 2014 (r365092) +++ head/misc/openr2/pkg-plist Sat Aug 16 15:30:05 2014 (r365093) @@ -1,12 +1,7 @@ bin/r2dtmf_detect bin/r2test -@unexec if cmp -s %D/etc/r2proto.conf %D/etc/r2proto.conf-dist; then rm -f %D/etc/r2proto.conf; fi -etc/r2proto.conf-dist -@exec if test ! -e %D/etc/r2proto.conf; then cp -p %D/etc/r2proto.conf-dist %D/etc/r2proto.conf; fi -@unexec if cmp -s %D/etc/r2test.conf %D/etc/r2test.conf-dist; then rm -f %D/etc/r2test.conf; fi -etc/r2test.conf-dist -@exec if test ! -e %D/etc/r2test.conf; then cp -p %D/etc/r2test.conf-dist %D/etc/r2test.conf; fi -@exec false +@sample etc/r2proto.conf.sample +@sample etc/r2test.conf.sample include/openr2.h include/openr2/r2chan.h include/openr2/r2context.h @@ -14,9 +9,9 @@ include/openr2/r2log.h include/openr2/r2proto.h include/openr2/r2utils.h lib/libopenr2.a -lib/libopenr2.la lib/libopenr2.so -lib/libopenr2.so.4 +lib/libopenr2.so.3 +lib/libopenr2.so.3.1.1 man/man5/r2test.conf.5.gz man/man8/r2test.8.gz @dirrm include/openr2 Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Sat Aug 16 15:26:58 2014 (r365092) +++ head/net/asterisk/Makefile Sat Aug 16 15:30:05 2014 (r365093) @@ -3,6 +3,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.29.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Modified: head/net/asterisk11/Makefile ============================================================================== --- head/net/asterisk11/Makefile Sat Aug 16 15:26:58 2014 (r365092) +++ head/net/asterisk11/Makefile Sat Aug 16 15:30:05 2014 (r365093) @@ -2,6 +2,7 @@ PORTNAME= asterisk PORTVERSION= 11.11.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/