Bug 141998 - [PATCH] www/blogsum: Axe deprecated APACHE things
Summary: [PATCH] www/blogsum: Axe deprecated APACHE things
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-25 07:30 UTC by Philip M. Gollucci
Modified: 2010-01-04 05:00 UTC (History)
1 user (show)

See Also:


Attachments
blogsum-1.1.patch (2.12 KB, patch)
2009-12-25 07:30 UTC, Philip M. Gollucci
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci freebsd_committer freebsd_triage 2009-12-25 07:30:00 UTC
- USE_APACHE=x instead of _DEPENDS
- WITH_APACHE2 is deprecated
- DEPENDS_ARGS doesn't work with packages, and isn't needed
- p5-libapreq pulls in mod_perl
- USE_APACHE gives us these SUB_LIST vars
- / ify dirs

Port maintainer (jhuldtgren@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-25 07:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-25 07:30:17 UTC
Maintainer of www/blogsum,

Please note that PR ports/141998 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141998

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-25 07:30:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-04 04:52:22 UTC
State Changed
From-To: feedback->open

feedback received (via e-email)(
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-01-04 04:58:46 UTC
pgollucci    2010-01-04 04:58:38 UTC

  FreeBSD ports repository

  Modified files:
    www/blogsum          Makefile 
  Log:
  - USE_APACHE=x instead of _DEPENDS
  - WITH_APACHE2 is deprecated
  - DEPENDS_ARGS doesn't work with packages, and isn't needed
  - p5-libapreq pulls in mod_perl
  - / ify dirs
  
  PR:             ports/141998
  Approved by:    maintainer (via e-mail)
  
  Revision  Changes    Path
  1.3       +9 -19     ports/www/blogsum/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-04 04:58:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!