Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Oct 2018 13:06:45
2.00_4

|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
11 Mar 2018 17:38:46
2.00_4

|
brnrd  |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
08 Dec 2016 17:26:10
2.00_4

|
tijl  |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
01 Apr 2016 14:33:58
2.00_3

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
17 Aug 2015 14:20:41
2.00_3

|
mat  |
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336 |
14 May 2015 10:15:09
2.00_3

|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
13 May 2015 13:02:02
2.00_3

|
amdmi3  |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
11 May 2015 18:34:58
2.00_3

|
mat  |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
2.00_3

|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
04 Jul 2014 23:11:34
2.00_2

|
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
07 Nov 2013 06:19:39
2.00_2

|
vanilla  |
Support STAGEDIR. |
22 Oct 2013 16:57:45
2.00_2

|
mat  |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
20 Sep 2013 23:36:54
2.00_2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Aug 2013 18:52:11
2.00_2

|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
29 Mar 2013 00:44:54
2.00_2

|
eadler  |
For perl@ owned ports:
- Fix COMMENT
- Trim header |
18 Aug 2012 14:29:11
2.00_2
|
ohauer  |
- 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@ |
28 Jun 2012 18:54:26
2.00_2
|
az  |
- Remove SITE_PERL from *_DEPENDS |
07 Jun 2012 08:37:52
2.00_2
|
az  |
- revert changes for mod_perl2, it require special handling. |
07 Jun 2012 07:50:04
2.00_2
|
jadawin  |
- Remove SITE_PERL from *_DEPENDS
Submitted by: az@ |
22 May 2011 22:23:16
2.00_2
|
ohauer  |
mod_perl2 was updated, this changes are needet to prevent
dependency loops
- fix mod_perl/mod_perl2 dependency
- p5-Apache-Reload is now included in mod_perl2
- make usage of CPAN author macro
- bump portrevision
commit with hat apache@ |
19 Mar 2011 12:38:54
2.00_1
|
miwi  |
- Get Rid MD5 support |
28 Apr 2010 18:33:09
2.00_1
|
pgollucci  |
- Fix dependency
PR: ports/141688 [1]
With hat: perl@
Reported by: pav via -exp run for [1] |
21 May 2009 16:10:32
2.00
|
pgollucci  |
- seperate LATEST_LINK www/p5-Apache-Clean www/p5-Apache-Clean2 |
17 Apr 2008 14:30:31
2.00
|
araujo  |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
01 Aug 2007 13:32:15
2.00
|
mm  |
- Give up my maintainership (pass to perl@)
Approved by: garga (mentor, implicit) |
22 Dec 2006 18:52:53
2.00
|
rafan  |
- Update to 2.00. This is for Apache2.
PR: ports/99671
Submitted by: chinsan
Approved by: Martin Matuska <martin at matuska.org> (maintainer) |
22 Dec 2006 16:46:56
0.05
|
rafan  |
Force commit to note copy from www/p5-Apache-Clean is finished.
PR: ports/106769
Repocopied by: marcus |