aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2017-02-02 03:54:17 +0800
committerpi <pi@FreeBSD.org>2017-02-02 03:54:17 +0800
commit0f761b4f5af4172bdfe1a2ec427dbb7dddc37144 (patch)
tree6bdd665fd2a719f8a7f1b7a0047de34a7c122d68
parent4ccc01e780588132191b2faf91b237c8641959e8 (diff)
downloadfreebsd-ports-gnome-0f761b4f5af4172bdfe1a2ec427dbb7dddc37144.tar.gz
freebsd-ports-gnome-0f761b4f5af4172bdfe1a2ec427dbb7dddc37144.tar.zst
freebsd-ports-gnome-0f761b4f5af4172bdfe1a2ec427dbb7dddc37144.zip
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)
-rw-r--r--devel/php-libawl/Makefile14
-rw-r--r--devel/php-libawl/distinfo5
-rw-r--r--devel/php-libawl/pkg-descr2
-rw-r--r--devel/php-libawl/pkg-plist2
4 files changed, 16 insertions, 7 deletions
diff --git a/devel/php-libawl/Makefile b/devel/php-libawl/Makefile
index ab9f8fbc39d7..f1a98c49af0e 100644
--- a/devel/php-libawl/Makefile
+++ b/devel/php-libawl/Makefile
@@ -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
diff --git a/devel/php-libawl/distinfo b/devel/php-libawl/distinfo
index d3efea0dde4d..081a9ed093b1 100644
--- a/devel/php-libawl/distinfo
+++ b/devel/php-libawl/distinfo
@@ -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
diff --git a/devel/php-libawl/pkg-descr b/devel/php-libawl/pkg-descr
index 89dbce60ba76..46d521be120b 100644
--- a/devel/php-libawl/pkg-descr
+++ b/devel/php-libawl/pkg-descr
@@ -8,4 +8,4 @@ handling a variety of useful things for web programming, including:
- DB Schema Updating
- iCalendar parsing
-WWW: http://andrew.mcmillan.net.nz/projects/awl/
+WWW: https://gitlab.com/davical-project/awl
diff --git a/devel/php-libawl/pkg-plist b/devel/php-libawl/pkg-plist
index 5b2092c54e36..bfc6d529b7d5 100644
--- a/devel/php-libawl/pkg-plist
+++ b/devel/php-libawl/pkg-plist
@@ -28,3 +28,5 @@
%%LIBAWLDIR%%/inc/iCalendar.php
%%LIBAWLDIR%%/inc/vCalendar.php
%%LIBAWLDIR%%/inc/vComponent.php
+%%LIBAWLDIR%%/inc/vObject.php
+%%LIBAWLDIR%%/inc/vProperty.php