Bug 152709 - [PATCH] mail/mimedefang: remove PERL_SITELIBDIR, respect NOPORTEXAMPLES
Summary: [PATCH] mail/mimedefang: remove PERL_SITELIBDIR, respect NOPORTEXAMPLES
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-30 16:30 UTC by Po-Chuan Hsieh
Modified: 2011-01-01 04:30 UTC (History)
1 user (show)

See Also:


Attachments
mimedefang-2.68.patch (6.13 KB, patch)
2010-11-30 16:30 UTC, Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2010-11-30 16:30:12 UTC
- Remove PERL_SITELIBDIR, use SITE_PERL instead
- Respect NOPORTEXAMPLES
- Use LOCALBASE instead of hardcoded /usr/local
- Allow non-/usr/local PREFIX in PKGMESSAGE
- Make portlint happier
- Remove obsolete MD5 sum

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

Removed file(s):
- pkg-message

Port maintainer (wes@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-30 16:30:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wes

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-12-23 06:12:57 UTC
Responsible Changed
From-To: wes->sunpoet

committer&maintainer timeout (wes ; 23 days) / last commit: 375 days ago
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-01-01 04:22:17 UTC
sunpoet     2011-01-01 04:22:06 UTC

  FreeBSD ports repository

  Modified files:
    mail/mimedefang      Makefile distinfo pkg-plist 
  Added files:
    mail/mimedefang/files pkg-message.in 
  Removed files:
    mail/mimedefang      pkg-message 
  Log:
  - Remove PERL_SITELIBDIR, use SITE_PERL instead
  - Respect NOPORTEXAMPLES
  - Use LOCALBASE instead of hardcoded /usr/local
  - Allow non-/usr/local PREFIX in PKGMESSAGE
  - Make portlint happier
  - Remove obsolete MD5 checksum
  
  PR:             ports/152709
  Submitted by:   sunpoet (myself)
  Approved by:    wes (maintainer, timeout 23 days)
  
  Revision  Changes    Path
  1.70      +14 -13    ports/mail/mimedefang/Makefile
  1.50      +0 -1      ports/mail/mimedefang/distinfo
  1.1       +20 -0     ports/mail/mimedefang/files/pkg-message.in (new)
  1.6       +0 -20     ports/mail/mimedefang/pkg-message (dead)
  1.17      +4 -4      ports/mail/mimedefang/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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-01-01 04:22:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!