diff options
author | taca <taca@pkgsrc.org> | 2016-05-29 15:46:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-05-29 15:46:59 +0000 |
commit | bde30bca7736bdbb99af8048a4d9aec2206b3c92 (patch) | |
tree | a57eb170baecc14eda018a33011fea41d678fa75 /mail/roundcube/Makefile | |
parent | 4562e16142552df8de88a7843125e84114979439 (diff) | |
download | pkgsrc-bde30bca7736bdbb99af8048a4d9aec2206b3c92.tar.gz |
Switch to get distfiles from GitHub, noted by David Brownlee via private
e-mail.
And some installed files are changed, bump PKGREVISION.
Diffstat (limited to 'mail/roundcube/Makefile')
-rw-r--r-- | mail/roundcube/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index d8cfbcd1c9e..28367a28da7 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -1,10 +1,14 @@ -# $NetBSD: Makefile,v 1.82 2016/05/26 23:22:17 taca Exp $ +# $NetBSD: Makefile,v 1.83 2016/05/29 15:46:59 taca Exp $ DISTNAME= roundcubemail-1.1.5 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/mail-/-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=roundcubemail/} +MASTER_SITES= ${MASTER_SITE_GITHUB:=roundcube/} +GITHUB_PROJECT= roundcubemail +GITHUB_RELEASE= 1.1.5 +GITHUB_TYPE= release +DIST_SUBDIR= roundcubemail-1.1.5 MAINTAINER= taca@NetBSD.org HOMEPAGE= http://roundcube.net/ |