Bug 115898 - [UPDATE] sysutils/nut 2.0.5 -> 2.2.0
Summary: [UPDATE] sysutils/nut 2.0.5 -> 2.2.0
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: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 15:10 UTC by Martin Matuska
Modified: 2007-10-07 10:21 UTC (History)
0 users

See Also:


Attachments
file.diff (17.01 KB, patch)
2007-08-28 15:10 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2007-08-28 15:10:00 UTC
This is an update proposal for sysutils/nut from version 2.0.5 to 2.2.0
As the whole configuration and build system has changed, the master+slave ports
need changes, too.

The following slave ports get deleted and are integrated into OPTIONS:
sysutils/nut-libupsclient
sysutils/nut-snmp
sysutils/nut-usb

The default build includes support for SNMP and USB (can be disabled in OPTIONS)
Libupsclient and CGI are selectable via OPTIONS.

Included patches:
patch-include-Makefile.in
	fixes wrong version reporting (configuration scripts look for the 
	svnversion utility which doesn't have to exist)
patch-clients-Makefile.in:
	fixes creation of cgiexecdir even if --without-cgi is requested
patch-data-html-Makefile.in:
	fixes creation of htmldir even if --without-cgi is requested

Tested with portlint and on amd64+i386 tinderboxes.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-28 15:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-28 15:10:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2007-08-29 07:45:32 UTC
Class Changed
From-To: change-request->update

This is an update.
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-10-07 10:12:02 UTC
mm          2007-10-07 09:11:51 UTC

  FreeBSD ports repository

  Modified files:
    .                    modules 
    sysutils             Makefile 
  Removed files:
    sysutils/nut-libupsclient Makefile pkg-plist 
    sysutils/nut-snmp    Makefile pkg-plist 
    sysutils/nut-usb     Makefile pkg-plist 
  Log:
  Remove sysutils/nut-libupsclient sysutils/nut-snmp sysutils/nut-usb
  
  PR:             ports/115898
  Approved by:    maintainer (timeout)
  
  Revision  Changes    Path
  1.18852   +0 -3      CVSROOT/modules
  1.951     +0 -3      ports/sysutils/Makefile
  1.3       +0 -23     ports/sysutils/nut-libupsclient/Makefile (dead)
  1.2       +0 -5      ports/sysutils/nut-libupsclient/pkg-plist (dead)
  1.2       +0 -23     ports/sysutils/nut-snmp/Makefile (dead)
  1.2       +0 -1      ports/sysutils/nut-snmp/pkg-plist (dead)
  1.2       +0 -23     ports/sysutils/nut-usb/Makefile (dead)
  1.3       +0 -3      ports/sysutils/nut-usb/pkg-plist (dead)
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2007-10-07 10:14:01 UTC
mm          2007-10-07 09:13:49 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    sysutils/nut         Makefile distinfo pkg-plist 
  Added files:
    sysutils/nut/files   patch-clients-Makefile.in 
                         patch-data-html-Makefile.in 
                         patch-include-Makefile.in 
  Removed files:
    sysutils/nut/files   patch-Makefile.in 
                         patch-drivers_Makefile.in 
  Log:
  - Upgrade to 2.2.0
  
  PR:             ports/115898
  Submitted by:   mm
  Approved by:    maintainer (timeout)
  
  Revision  Changes    Path
  1.553     +13 -1     ports/UPDATING
  1.39      +61 -70    ports/sysutils/nut/Makefile
  1.22      +6 -6      ports/sysutils/nut/distinfo
  1.3       +0 -33     ports/sysutils/nut/files/patch-Makefile.in (dead)
  1.1       +11 -0     ports/sysutils/nut/files/patch-clients-Makefile.in (new)
  1.1       +20 -0     ports/sysutils/nut/files/patch-data-html-Makefile.in (new)
  1.2       +0 -11     ports/sysutils/nut/files/patch-drivers_Makefile.in (dead)
  1.1       +11 -0     ports/sysutils/nut/files/patch-include-Makefile.in (new)
  1.25      +29 -63    ports/sysutils/nut/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 6 Martin Matuska freebsd_committer freebsd_triage 2007-10-07 10:21:23 UTC
State Changed
From-To: feedback->closed

Commited with minor changes on maintainer timeout.