Bug 168821 - [PATCH] irc/inspircd: move to USERS framework, remove customization
Summary: [PATCH] irc/inspircd: move to USERS framework, remove customization
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: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 20:20 UTC by Jason Helfman
Modified: 2012-06-14 20:30 UTC (History)
1 user (show)

See Also:


Attachments
inspircd-2.0.5_1.patch (4.13 KB, patch)
2012-06-07 20:20 UTC, Jason Helfman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Helfman freebsd_committer freebsd_triage 2012-06-07 20:20:11 UTC
- use USERS/GROUPS framework
- remove pkg-deinstall and move cleanup instructions into pkg-plist
- pet portlint on pkg-plist for mode and group warnings

Removed file(s):
- files/pkg-deinstall.in

Port maintainer (feld@feld.me) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
Comment 1 Jason Helfman freebsd_committer freebsd_triage 2012-06-07 20:22:42 UTC
I would probably add a portrevision to this, as well.

-jgh

-- 
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2012-06-07 20:24:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jgh

I'll take it.
Comment 3 Mark Felder freebsd_committer freebsd_triage 2012-06-14 18:11:34 UTC
patch looks good to me
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-06-14 20:28:13 UTC
jgh         2012-06-14 19:28:02 UTC

  FreeBSD ports repository

  Modified files:
    irc/inspircd         Makefile pkg-plist 
    irc/inspircd/files   inspircd.in 
  Removed files:
    irc/inspircd/files   pkg-deinstall.in 
  Log:
  - use USERS/GROUPS framework
  - remove pkg-deinstall and move cleanup instructions into pkg-plist
  - pet portlint on pkg-plist for mode and group warnings
  
  PR:     ports/168821
  Submitted by:   jgh@
  Approved by:    maintainer, feld@feld.me
  
  Revision  Changes    Path
  1.23      +5 -12     ports/irc/inspircd/Makefile
  1.3       +3 -7      ports/irc/inspircd/files/inspircd.in
  1.2       +0 -32     ports/irc/inspircd/files/pkg-deinstall.in (dead)
  1.9       +1 -4      ports/irc/inspircd/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 5 Jason Helfman freebsd_committer freebsd_triage 2012-06-14 20:28:29 UTC
State Changed
From-To: open->closed

Committed. Thanks!