svn commit: r453167 - head/mail/roundcube-carddav
Pietro Cerutti
gahr at FreeBSD.org
Mon Oct 30 10:52:08 UTC 2017
Author: gahr
Date: Mon Oct 30 10:52:07 2017
New Revision: 453167
URL: https://svnweb.freebsd.org/changeset/ports/453167
Log:
mail/roundcube-carddav: fix package, add note to self, bump PORTREVISION
Modified:
head/mail/roundcube-carddav/Makefile
head/mail/roundcube-carddav/distinfo
Modified: head/mail/roundcube-carddav/Makefile
==============================================================================
--- head/mail/roundcube-carddav/Makefile Mon Oct 30 10:48:14 2017 (r453166)
+++ head/mail/roundcube-carddav/Makefile Mon Oct 30 10:52:07 2017 (r453167)
@@ -3,9 +3,9 @@
PORTNAME= carddav
PORTVERSION= 2.0.4
-DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
+MASTER_SITES= https://github.com/blind-coder/rcmcarddav/releases/download/v${PORTVERSION}/
PKGNAMEPREFIX= roundcube-
MAINTAINER= gahr at FreeBSD.org
@@ -16,12 +16,16 @@ LICENSE= GPLv2
BUILD_DEPENDS= roundcube>=1.0:mail/roundcube
RUN_DEPENDS= roundcube>=1.0:mail/roundcube
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
NO_BUILD= yes
NO_ARCH= yes
-USE_GITHUB= yes
-GH_ACCOUNT= blind-coder
-GH_PROJECT= rcmcarddav
+# Cannot use USE_GITHUB, as the original tarball doesn't come with the bundled
+# sabre library.
+#USE_GITHUB= yes
+#GH_ACCOUNT= blind-coder
+#GH_PROJECT= rcmcarddav
USES= php tar:bz2
USE_PHP= simplexml sockets curl
Modified: head/mail/roundcube-carddav/distinfo
==============================================================================
--- head/mail/roundcube-carddav/distinfo Mon Oct 30 10:48:14 2017 (r453166)
+++ head/mail/roundcube-carddav/distinfo Mon Oct 30 10:52:07 2017 (r453167)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509359873
-SHA256 (blind-coder-rcmcarddav-v2.0.4_GH0.tar.gz) = 87a6f564bdda268a8569f855697fb00940f67508c6827cf86139dcc89b607c4a
-SIZE (blind-coder-rcmcarddav-v2.0.4_GH0.tar.gz) = 50542
+TIMESTAMP = 1509360656
+SHA256 (carddav-2.0.4.tar.bz2) = d24da18a9c8f1058be3468e74daf8ead14a1ed755c4cdf42b40d4fbbeeadf0ba
+SIZE (carddav-2.0.4.tar.bz2) = 298144
More information about the svn-ports-head
mailing list