diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-08-28 18:30:27 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2008-08-28 18:30:27 +0000 |
commit | 10c1c1d2246db07c7c4d0524039f23bea98e8d98 (patch) | |
tree | 9d40cc7f6439dfafb1b88f02da9b8817375d6d1c /UPDATING | |
parent | e23bda43626f8d47155f5b3826c38930793ac564 (diff) | |
download | ports-10c1c1d2246db07c7c4d0524039f23bea98e8d98.tar.gz ports-10c1c1d2246db07c7c4d0524039f23bea98e8d98.zip |
DEPENDS_ARGS doesn't work with packages and even if it did
WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off.
As such, we've split this port into MASTER (www/p5-Apache-DBI) and
SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2).
While here, cleanup the MASTER port a little
- spell out the RUN_DEPENDS
- remove USE_APACHE and let www/mod_perl* deal with it
- pull the plist into Makefile
Bump PORTREVISION
Discussed with: pav on #bsdports
Approved by: gabor (mentor)
Notes
Notes:
svn path=/head/; revision=219381
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -33,6 +33,14 @@ upgrades. Just remember to edit configuration file after upgrade. 20080820: + AFFECTS: users of www/p5-Apache-DBI + AUTHOR: pgollucci@FreeBSD.org + + www/p5-Apache-DBI has been forked into a MASTER and SLAVE + setup www/p5-Apache-DBI-mp1 and www/p5-Apache-DBI-mp2 + so as to work with www/rt38 among possibly other ports. + +20080820: AFFECTS: users of net/rabbitmq AUTHOR: pneumann@gmail.com |