aboutsummaryrefslogtreecommitdiff
path: root/www/codeigniter
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-03 18:12:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-03 18:12:13 +0000
commitd83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e (patch)
tree1d4e886062c5321c028bc93a38a1f5524414637f /www/codeigniter
parent08de97af63bd102fac562329128cc3ee8140c375 (diff)
downloadports-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.tar.gz
ports-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.zip
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=430490
Diffstat (limited to 'www/codeigniter')
-rw-r--r--www/codeigniter/Makefile2
-rw-r--r--www/codeigniter/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/www/codeigniter/Makefile b/www/codeigniter/Makefile
index 6a16e2fdd38d..74ffbdca3d5f 100644
--- a/www/codeigniter/Makefile
+++ b/www/codeigniter/Makefile
@@ -13,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/license.txt
USE_GITHUB= yes
GH_ACCOUNT= bcit-ci
+GH_PROJECT= CodeIgniter
CONFLICTS= codeigniter-1.[0-9]* codeigniter22-2.[0-9]*
@@ -24,7 +25,6 @@ PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
CI_SYS_DIR= system
CI_CONF_DIR= application/config
-WRKSRC= ${WRKDIR}/CodeIgniter-${PORTVERSION}
PORTDOCS= *
# These are all user-configurable files that we'll install
diff --git a/www/codeigniter/distinfo b/www/codeigniter/distinfo
index bb84d0ac70df..cbd0feb2a334 100644
--- a/www/codeigniter/distinfo
+++ b/www/codeigniter/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465044613
-SHA256 (bcit-ci-codeigniter-3.0.6_GH0.tar.gz) = 6cdd736e53614762887d352fcd977d5bf4eea24e7f562a42e7ae11a8b53cc461
-SIZE (bcit-ci-codeigniter-3.0.6_GH0.tar.gz) = 2048373
+TIMESTAMP = 1483466577
+SHA256 (bcit-ci-CodeIgniter-3.0.6_GH0.tar.gz) = 6cdd736e53614762887d352fcd977d5bf4eea24e7f562a42e7ae11a8b53cc461
+SIZE (bcit-ci-CodeIgniter-3.0.6_GH0.tar.gz) = 2048373