Bug 79710

Summary: [MAINTAINER] devel/cvsweb3: fix dependency on enscript and clean up
Product: Ports & Packages Reporter: Jonathan Noack <noackjr>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
cvsweb-3.0.5_1.patch none

Description Jonathan Noack 2005-04-09 14:10:18 UTC
Clean up the port:
- Avoid a stale dependency on Enscript by using PAPERSIZE:
  - Default to letter (see the print/enscript-letter master port).
  - If you want a4, set PAPERSIZE=a4 in /etc/make.conf.  Similarly,
    use PAPERSIZE=letterdj for letterdj.
  - If you have an incorrect version of Enscript installed:
    1) Remove Enscript
    2) Set PAPERSIZE in /etc/make.conf (if you don't want letter)
    3) Reinstall Enscript
  - Bump PORTREVISION
- Use SUB_FILES/SUB_LIST to personalize pkg-message
- Sort pkg-plist
- Conflicts with cvsweb-2*

Added file(s):
- files/pkg-message.in

Removed file(s):
- pkg-message

Generated with FreeBSD Port Tools 0.63
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-04-10 14:02:03 UTC
State Changed
From-To: open->closed

Committed, thanks!