Bug 143728 - [PATCH] net-mgmt/mrtg: use $USERS & $GROUPS to handle users instead of via pkg-install and fix translations
Summary: [PATCH] net-mgmt/mrtg: use $USERS & $GROUPS to handle users instead of via pk...
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: 2010-02-10 16:30 UTC by Alexey V. Panfilov
Modified: 2010-02-11 19:54 UTC (History)
0 users

See Also:


Attachments
file.diff (6.77 KB, patch)
2010-02-10 16:30 UTC, Alexey V. Panfilov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey V. Panfilov 2010-02-10 16:30:01 UTC
This is aggregated PR:
1. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/143179 (please, close it - current PR includes it) - remove /var/run/mrtg via pkg-deinstall instead of via plist
pkg-install is already listed in SUB_FILES, no need to invoke sed manually

Received via e-mail:
2. Fix wrong choice strings for translation
3. Fix some words at russian translation

Added file(s):
- files/pkg-deinstall.in
- files/patch-aa
- files/patch-ab

Fix: Patch attached with submission follows:
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-11 03:41:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-11 19:42:41 UTC
pgollucci    2010-02-11 19:42:33 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt/mrtg        Makefile pkg-plist 
    net-mgmt/mrtg/files  pkg-install.in 
  Added files:
    net-mgmt/mrtg/files  patch-aa patch-ab pkg-deinstall.in 
  Log:
  1. remove /var/run/mrtg via pkg-deinstall instead of via plist
     pkg-install is already listed in SUB_FILES, no need to invoke sed manually
  2. Fix wrong choice strings for translation
  3. Fix some words at russian translation
  
  PR:             ports/143728, ports/143179
  Submitted by:   "Alexey V. Panfilov" <ports@subnets.ru> (maintainer)
  
  Revision  Changes    Path
  1.104     +12 -21    ports/net-mgmt/mrtg/Makefile
  1.4       +11 -0     ports/net-mgmt/mrtg/files/patch-aa (new)
  1.1       +32 -0     ports/net-mgmt/mrtg/files/patch-ab (new)
  1.1       +2 -0      ports/net-mgmt/mrtg/files/pkg-deinstall.in (new)
  1.2       +2 -13     ports/net-mgmt/mrtg/files/pkg-install.in
  1.27      +0 -1      ports/net-mgmt/mrtg/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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-02-11 19:54:45 UTC
State Changed
From-To: open->closed

Committed, Thanks