Bug 164706 - [PATCH] www/sarg: add PHP script install switch
Summary: [PATCH] www/sarg: add PHP script install switch
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-02 10:20 UTC by takefu
Modified: 2012-02-18 13:20 UTC (History)
1 user (show)

See Also:


Attachments
sarg.patch (5.74 KB, patch)
2012-02-02 10:20 UTC, takefu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description takefu 2012-02-02 10:20:07 UTC
- add PHP script install switch
- mod ${PREFIX}/etc/${PORTNAME} -> ${ETCDIR}

Port maintainer (garga@FreeBSD.org) is cc'd.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-02 10:20:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-18 13:11:29 UTC
garga       2012-02-18 13:11:17 UTC

  FreeBSD ports repository

  Modified files:
    www/sarg             Makefile pkg-plist 
    www/sarg/files       patch-Makefile.in 
  Log:
  - Add a new OPTION, to control if php files will be or not installed. Since
    it's on by default, no PORTREVISION bump is necessary
  - Use ETCDIR instead of complete path
  
  PR:             ports/164706
  Submitted by:   Takefu <takefu@airport.fm>
  
  Revision  Changes    Path
  1.53      +12 -7     ports/www/sarg/Makefile
  1.6       +20 -6     ports/www/sarg/files/patch-Makefile.in
  1.17      +28 -28    ports/www/sarg/pkg-plist
_______________________________________________
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 3 Renato Botelho freebsd_committer freebsd_triage 2012-02-18 13:16:22 UTC
State Changed
From-To: open->closed

Committed. Thanks!