diff options
| author | Greg Larkin <glarkin@FreeBSD.org> | 2010-12-14 15:06:14 +0000 |
|---|---|---|
| committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-12-14 15:06:14 +0000 |
| commit | 3c45613cb4a28c44ff1eee163ee59beb393d0475 (patch) | |
| tree | 0847da9e9170f496b90eeaafe21eee6ae60aeaec /www/codeigniter/Makefile | |
| parent | ZBar is an open source software suite for reading bar codes from various (diff) | |
- Updated to 1.7.3
- Removed Upload class patch file - now included in 1.7.3
Version 1.7.3 is a security maintenance release, including a
previously patched file Upload class, and a new security fix
to prevent possible directory traversal in certain circumstances.
There are no other significant changes.
PR: ports/152878
Submitted by: Bo-Yi Wu <appleboy dot tw at gmail dot com>
Diffstat (limited to 'www/codeigniter/Makefile')
| -rw-r--r-- | www/codeigniter/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/codeigniter/Makefile b/www/codeigniter/Makefile index ecfe309382c7..5cb3ddcedc8d 100644 --- a/www/codeigniter/Makefile +++ b/www/codeigniter/Makefile @@ -6,8 +6,7 @@ # PORTNAME= codeigniter -PORTVERSION= 1.7.2 -PORTREVISION= 1 +PORTVERSION= 1.7.3 CATEGORIES= www MASTER_SITES= http://codeigniter.com/download_files/ \ LOCAL/glarkin @@ -149,9 +148,6 @@ confighelp: @${ECHO_MSG} "http://codeigniter.com/user_guide/installation/index.html" @${ECHO_MSG} "" -post-patch: - @cd ${WRKSRC} && ${RM} system/libraries/Upload.php.orig - do-install: @cd ${WRKSRC} && ${COPYTREE_SHARE} "${STD_BITS}" ${WWWDIR} @for i in ${CI_CONF_FILES}; do \ |
