From owner-svn-ports-all@freebsd.org Wed Feb 1 19:54:18 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6BF3CCCD4C; Wed, 1 Feb 2017 19:54:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7E52510D7; Wed, 1 Feb 2017 19:54:18 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v11JsH4b055086; Wed, 1 Feb 2017 19:54:17 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v11JsHWh055082; Wed, 1 Feb 2017 19:54:17 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201702011954.v11JsHWh055082@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 1 Feb 2017 19:54:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433085 - head/devel/php-libawl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2017 19:54:18 -0000 Author: pi Date: Wed Feb 1 19:54:17 2017 New Revision: 433085 URL: https://svnweb.freebsd.org/changeset/ports/433085 Log: devel/php-libawl: update 0.54 -> 0.57 PR: 215846 Changes: https://gitlab.com/davical-project/awl/blob/master/ChangeLog Submitted by: packet@nerdheim.de Approved by: cristianorolim@outlook.com (maintainer timeout) Modified: head/devel/php-libawl/Makefile head/devel/php-libawl/distinfo head/devel/php-libawl/pkg-descr head/devel/php-libawl/pkg-plist Modified: head/devel/php-libawl/Makefile ============================================================================== --- head/devel/php-libawl/Makefile Wed Feb 1 19:45:32 2017 (r433084) +++ head/devel/php-libawl/Makefile Wed Feb 1 19:54:17 2017 (r433085) @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= php-libawl -PORTVERSION= 0.54 +PORTVERSION= 0.57 +DISTVERSIONPREFIX= r CATEGORIES= devel -MASTER_SITES= http://debian.mcmillan.net.nz/debian/pool/awm/a/awl/ -DISTNAME= awl-${PORTVERSION} +MASTER_SITES= https://gitlab.com/davical-project/awl/repository/archive.tar.gz?ref=${DISTVERSIONPREFIX}${PORTVERSION}&dummy=/ +DISTNAME= awl-${DISTVERSIONPREFIX}${PORTVERSION} MAINTAINER= cristianorolim@outlook.com COMMENT= Andrew.s Web Libraries - PHP Utility Libraries -WRKSRC= ${WRKDIR}/awl-${PORTVERSION} +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= PHP OPTIONS_DEFAULT= PHP @@ -28,6 +31,9 @@ pre-everything:: @${ECHO_CMD} "# you can customize the installation directory" @${ECHO_CMD} "# by setting LIBAWLDIR in /etc/make.conf" +post-extract: + @${MV} ${WRKDIR}/${DISTNAME}-* ${WRKSRC} + post-patch: ${RM} ${WRKSRC}/inc/*.orig Modified: head/devel/php-libawl/distinfo ============================================================================== --- head/devel/php-libawl/distinfo Wed Feb 1 19:45:32 2017 (r433084) +++ head/devel/php-libawl/distinfo Wed Feb 1 19:54:17 2017 (r433085) @@ -1,2 +1,3 @@ -SHA256 (awl-0.54.tar.gz) = 9bfdae0ce11009bfb225ce6bc96313a4f655754fd9dc490decdadffedead3ae7 -SIZE (awl-0.54.tar.gz) = 309467 +TIMESTAMP = 1485808005 +SHA256 (awl-r0.57.tar.gz) = 26b504afd4151cbe6af47c219b206c6493323d0ae9060cc6abf615a06a5f3cbc +SIZE (awl-r0.57.tar.gz) = 573804 Modified: head/devel/php-libawl/pkg-descr ============================================================================== --- head/devel/php-libawl/pkg-descr Wed Feb 1 19:45:32 2017 (r433084) +++ head/devel/php-libawl/pkg-descr Wed Feb 1 19:54:17 2017 (r433085) @@ -8,4 +8,4 @@ handling a variety of useful things for - DB Schema Updating - iCalendar parsing -WWW: http://andrew.mcmillan.net.nz/projects/awl/ +WWW: https://gitlab.com/davical-project/awl Modified: head/devel/php-libawl/pkg-plist ============================================================================== --- head/devel/php-libawl/pkg-plist Wed Feb 1 19:45:32 2017 (r433084) +++ head/devel/php-libawl/pkg-plist Wed Feb 1 19:54:17 2017 (r433085) @@ -28,3 +28,5 @@ %%LIBAWLDIR%%/inc/iCalendar.php %%LIBAWLDIR%%/inc/vCalendar.php %%LIBAWLDIR%%/inc/vComponent.php +%%LIBAWLDIR%%/inc/vObject.php +%%LIBAWLDIR%%/inc/vProperty.php