non port: www/codeigniter/Makefile |
SVNWeb
|
Number of commits found: 54 |
Fri, 25 Mar 2022
|
[ 13:36 Po-Chuan Hsieh (sunpoet) ] f90874e
www/codeigniter: Update to 3.1.13
- Remove outdated CONFLICTS:
- codeigniter17 has been removed over 8 years
- codeigniter22 has been removed over 6 years
- Remove DOCS option
Changes: https://github.com/bcit-ci/CodeIgniter/commits/develop
|
Tue, 31 Aug 2021
|
[ 19:50 Bernhard Froehlich (decke) ] cc51021
www/codeigniter: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 26 Sep 2019
|
[ 18:13 sunpoet ]
Update to 3.1.11
- Update WWW
Changes: https://codeigniter.com/user_guide/changelog.html
|
Fri, 24 May 2019
|
[ 11:30 tobik ]
www/codeigniter: Drop broken MYSQL option
USE_PHP=mysql no longer works.
PR: 235942
|
Sun, 14 Apr 2019
|
[ 17:51 sunpoet ]
Update to 3.1.10
- Convert PORTDOCS to PLIST entries
- Convert to options variable helper
- Use INSTALL_DATA instead of CP
- Clean up Makefile
Changes: https://www.codeigniter.com/user_guide/changelog.html
|
Sun, 20 Jan 2019
|
[ 20:49 sunpoet ]
Update WWW
- Take maintainership
|
Sun, 11 Mar 2018
|
[ 17:38 brnrd ] (Only the first 10 of 117 ports in this commit are shown above. )
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache
|
Thu, 23 Nov 2017
|
[ 14:09 junovitch ]
www/codeigniter: update 3.1.5 -> 3.1.6 and pass back to ports@
Security: https://vuxml.FreeBSD.org/freebsd/ef3423e4-d056-11e7-a52c-002590263bf5.html
MFH: 2017Q4
|
Sat, 8 Jul 2017
|
[ 23:44 junovitch ]
www/codeigniter: update 3.1.4 -> 3.1.5
Security: https://vuxml.FreeBSD.org/freebsd/aaedf196-6436-11e7-8b49-002590263bf5.html
MFH: 2017Q3
|
Tue, 25 Apr 2017
|
[ 02:34 junovitch ]
www/codeigniter: update 3.1.3 -> 3.1.4
Security: https://vuxml.FreeBSD.org/freebsd/df0144fb-295e-11e7-970f-002590263bf5.html
MFH: 2017Q2
|
Sun, 5 Mar 2017
|
[ 16:39 junovitch ]
www/codeigniter: update 3.1.2 -> 3.1.3
- While here, update WANT_PHP_WEB to modern USES=php:web
Security: https://vuxml.FreeBSD.org/freebsd/71ebbc50-01c1-11e7-ae1b-002590263bf5.html
MFH: 2017Q1
|
Fri, 6 Jan 2017
|
[ 03:18 junovitch ]
www/codeigniter: update 3.0.6 -> 3.1.2
Security: https://vuxml.FreeBSD.org/freebsd/5e439ee7-d3bd-11e6-ae1b-002590263bf5.html
Security: https://vuxml.FreeBSD.org/freebsd/496160d3-d3be-11e6-ae1b-002590263bf5.html
MFH: 2017Q1
|
Tue, 3 Jan 2017
|
[ 18:12 mat ] (Only the first 10 of 58 ports in this commit are shown above. )
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
|
Tue, 27 Dec 2016
|
[ 12:20 amdmi3 ] (Only the first 10 of 31 ports in this commit are shown above. )
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes
Approved by: portmgr blanket
|
Thu, 15 Sep 2016
|
[ 01:41 swills ] (Only the first 10 of 193 ports in this commit are shown above. )
Unmark broken on powerpc64
These ports built successfully
|
Fri, 17 Jun 2016
|
[ 01:46 junovitch ]
www/codeigniter: update 3.0.4 -> 3.0.6
Changelog: http://www.codeigniter.com/user_guide/changelog.html
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Thu, 14 Jan 2016
|
[ 00:36 junovitch ]
www/codeigniter: update 3.0.3 -> 3.0.4
Reported by: portscout
|
Sun, 1 Nov 2015
|
[ 03:25 junovitch ]
www/codeigniter: update 2.2.6 -> 3.0.3
- Update PORTVERSION, distinfo, and pkg-plist for 3.0.3
- Add LICENSE
- Fix CONFLICTS
Changes compared to CodeIgniter 2:
* The framework is released under the MIT license
* The database drivers have had extensive refactoring
* PDO is fully functional with subdrivers
* There is a new Session library
* There is a new Encryption library
* The unit testing has been beefed up, and code coverage improved
* PHP 5.4 or newer is recommended, but CI will still work on PHP 5.2.4
UPDATING:
- Add entry documenting the steps for updating a legacy site
Reference: http://www.codeigniter.com/user_guide/installation/upgrade_300.html
PR: 203403
|
[ 02:47 junovitch ]
www/codeigniter*: repo copy in preparation of CodeIgniter 3.x update
- Repo copy www/codeigniter -> www/codeigniter22
- Mark www/codeigniter22 as DEPRECATED and add a PKGNAMESUFFIX
- Register CONFLICTS
- Connect www/codeigniter22 to the build
PR: 203403
|
[ 02:24 junovitch ]
www/codeigniter: update 2.2.5 -> 2.2.6
- Update PORTVERSION and distinfo for security release (2.2.6)
- Take MAINTAINER [1]
- Register CONFLICTS for upcoming 3.x release
- Add additional line breaks into file list
- Convert to options helpers and reorder variables
- Unmute do-install commands
- Fix WWW:
- Fix NOAPACHE variable in pkg-plist to match option (APACHE)
PR: 203403
Approved by: maintainer timeout (16 months since last submission) [1]
Security: https://vuxml.FreeBSD.org/freebsd/bdd57272-803c-11e5-ab94-002590263bf5.html
MFH: 2015Q4
|
Tue, 20 Oct 2015
|
[ 02:34 junovitch ]
www/codeigniter: update 2.2.4 -> 2.2.5
- Convert to USE_GITHUB as 2.2.5 was not available at original MASTER_SITES
PR: 203403
Approved by: maintainer timeout (21 days)
Security: https://vuxml.FreeBSD.org/freebsd/95602550-76cf-11e5-a2a1-002590263bf5.html
MFH: 2015Q4
|
Mon, 28 Sep 2015
|
[ 01:14 junovitch ]
www/codeigniter: security update 2.1.4 -> 2.2.4 [1]
- Add NO_ARCH
- Add mcrypt to USE_PHP (2.2.0+ requirement) and sort USE_PHP
- Remove hard coded PHP_DEFAULT= 5.4 [2]
- Sort OPTIONS_DEFINE, fix malformed ODBC_DESC, fix sqlite3 dependency
- Update pkg-descr text to match http://www.codeigniter.com/
- Update WWW to http://www.codeigniter.com/
PR: 203401 [1]
PR: 200945 [2]
Reported by: allanjude [2]
Approved by: maintainer timeout (15 months since 2.2.0 security update) [1]
Approved by: maintainer timeout (3 months) [2]
Security: 5114cd11-6571-11e5-9909-002590263bf5
Security: 01bce4c6-6571-11e5-9909-002590263bf5
Security: c21f4e61-6570-11e5-9909-002590263bf5
Security: f838dcb4-656f-11e5-9909-002590263bf5
MFH: 2015Q3
|
Thu, 25 Jun 2015
|
[ 17:30 antoine ]
Fix depends:
- DEFAULT_PHP_VER is deprecated
- Using it after bsd.port.pre.mk was hazardous, when php was not yet installed
it
was depending on
/usr/local/lib/php/20131226/session.so:/usr/ports/www/php5-session,
i.e. a php 5.6 file and a php 5.4 port
|
Sun, 3 May 2015
|
[ 15:41 bapt ]
Fix staging done wrong
While here:
Use @sample
Only the cache directory needs to be owned by WWWOWN
Remove useless @dirrm
|
Tue, 15 Jul 2014
|
[ 17:09 adamw ] (Only the first 10 of 13 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Thu, 19 Jun 2014
|
[ 00:01 marino ]
www/codeigniter: Support stage and update URL
PR: 189777
Submitted by: Zsolt Udvari
Approved by: maintainer (Bo-Yi Wu) (first version)
Verified by: Redports 8x pass
|
Mon, 10 Mar 2014
|
[ 18:01 bapt ] (Only the first 10 of 159 ports in this commit are shown above. )
Convert www to USES=zip
|
Mon, 9 Dec 2013
|
[ 14:09 sunpoet ]
- Update to 2.1.4
- While I'm here, remove leading indefinite article from COMMENT
Changes: https://github.com/EllisLab/CodeIgniter/blob/develop/user_guide_src/source/changelog.rst
PR: ports/184599
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Approved by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
|
Fri, 20 Sep 2013
|
[ 23:36 bapt ] (Only the first 10 of 2206 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
|
Wed, 10 Oct 2012
|
[ 21:49 rakuco ]
Update to 2.1.3.
PR: ports/172571
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
Feature safe: yes
|
Sat, 18 Aug 2012
|
[ 14:29 ohauer ] (Only the first 10 of 188 ports in this commit are shown above. )
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@
|
Tue, 14 Aug 2012
|
[ 04:40 rm ]
- update to 2.1.2
- add some missing tabs while here
PR: 170591
Submitted by: Bo-Yi Wu <appleboy.tw at gmail dot com> (maintainer)
|
Fri, 15 Jun 2012
|
[ 16:06 jgh ]
- update to 2.1.1
- while here migrate to optionsNG
PR: ports/169049
Submitted by: maintainer, appleboy.tw@gmail.com
|
Wed, 16 Nov 2011
|
[ 07:16 wen ]
- Update to 2.1.0
PR: ports/162606
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
Feature safe: yes
|
Mon, 22 Aug 2011
|
[ 17:15 beech ]
- Update to 2.0.3 Release
- Change Source Control form hg to git
PR: ports/159953
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
|
Sat, 20 Aug 2011
|
[ 17:27 ohauer ] (Only the first 10 of 152 ports in this commit are shown above. )
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
|
Tue, 3 May 2011
|
[ 14:38 glarkin ]
- Renamed www/codeigniter-devel to www/codeigniter by updating to version
2.0.3 here
- Added CONFLICTS for www/codeigniter17
Approved by: appleboy.tw@gmail.com (maintainer)
|
Tue, 14 Dec 2010
|
[ 15:06 glarkin ]
- 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>
|
Mon, 29 Nov 2010
|
[ 05:26 beech ]
Forced commit after repocopy.
|
Wed, 21 Jul 2010
|
[ 22:26 glarkin ]
- Incorporate vendor patch for file upload class vulnerability
- Bump PORTREVISION
Security: http://codeigniter.com/news/codeigniter_1.7.2_security_patch/
Security: 0502c1cb-8f81-11df-a0bb-0050568452ac
|
Sun, 11 Apr 2010
|
[ 07:53 ale ] (Only the first 10 of 12 ports in this commit are shown above. )
PHP dropped support for Oracle8 client library.
|
Thu, 17 Sep 2009
|
[ 13:19 glarkin ]
- Updated to 1.7.2
PR: ports/138848
Submitted by: appleboy <appleboy.tw@gmail.com>
Feature safe: yes
|
Wed, 11 Feb 2009
|
[ 14:16 glarkin ]
- Update to 1.7.1
Security: 83574d5a-f828-11dd-9fdf-0050568452ac
Security: http://codeigniter.com/bug_tracker/bug/6068/
|
Tue, 28 Oct 2008
|
[ 18:21 glarkin ]
- Updated to 1.7.0
- Added MASTER_SITES for redundancy
|
Fri, 18 Jul 2008
|
[ 21:05 glarkin ] (Only the first 10 of 50 ports in this commit are shown above. )
Changed my MAINTAINER address to
glarkin@FreeBSD.org.
Approved by: beech (mentor)
|
Thu, 3 Jul 2008
|
[ 19:51 beech ]
- Update to 1.6.3
- Added informational messages about user-configurable files that
may need merging after a port upgrade
PR: ports/125217
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
|
Thu, 5 Jun 2008
|
[ 15:51 miwi ]
- Update to 1.6.2
PR: 123856
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
|
Wed, 5 Mar 2008
|
[ 04:16 beech ]
- Update to 1.6.1
- Found all of the CI files that could be modified by the user and
install .sample versions of each
- Add an informational message when a user-editable config file is
modified and the port is deinstalled (e.g. the file is preserved)
- Display different pkg-message depending on WITH_APACHE knob
PR: ports/121358
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
|
Wed, 30 Jan 2008
|
[ 16:35 beech ]
- Fix master_sites
PR: ports/120153
Reported by: pointyhat via pav
Approved by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
|
Mon, 21 Jan 2008
|
[ 15:22 miwi ]
- Update MASTER_SITES
PR: 119861
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
|
Sat, 19 Jan 2008
|
[ 19:05 beech ]
- Fix master_sites (changed)
Reported by: pointyhat via pav
Approved by: linimon (mentor)
|
Fri, 11 Jan 2008
|
[ 04:39 beech ]
- New port codeigniter-1.5.4
- CodeIgniter is a powerful PHP framework with a very small
footprint, built for PHP coders who need a simple and elegant toolkit
to create full-featured web applications.
PR: ports/119347
Submitted by: Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Approved by: linimon (mentor)
|
Number of commits found: 54 |