Date: Tue, 13 Sep 2005 19:44:53 +0400 From: Andrej Zverev <az@inec.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/86075: [fix] sysutils/upsd Message-ID: <E1EFCxp-000Nwm-L4@az.inec.ru> Resent-Message-ID: <200509131550.j8DFoD0V052250@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86075 >Category: ports >Synopsis: [fix] sysutils/upsd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 13 15:50:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD az.inec.ru 5.4-RELEASE-p1 FreeBSD 5.4-RELEASE-p1 #2: Wed Jul 6 12:10:32 MSD 2005 root@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: 1. Master site is alive. 2. Take maintainership and add mysite as master site mirror. 3. implement PLIST_FILES insteed pkg-plist. Removed files: pkg-plist >How-To-Repeat: >Fix: --- upsd.diff begins here --- diff -Nru upsd.orig/Makefile upsd/Makefile --- upsd.orig/Makefile Mon Aug 29 15:39:07 2005 +++ upsd/Makefile Tue Sep 13 19:36:40 2005 @@ -9,15 +9,15 @@ PORTVERSION= 2.0.1.6 PORTREVISION= 1 CATEGORIES= sysutils -MASTER_SITES= http://www.mavetju.org/download/adopted/ +MASTER_SITES= http://www.mavetju.org/download/adopted/ \ + http://core.inec.ru/~az/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= az@inec.ru COMMENT= APC Smart UPS Monitoring Daemon -DEPRECATED= mastersite disappeared -EXPIRATION_DATE= 2005-10-28 - WRKSRC= ${WRKDIR}/upsd-2.0 + +PLIST_FILES= sbin/upsd etc/upsd.conf etc/rc.d/upsd.sh pre-build: @${MV} ${WRKSRC}/config.h ${WRKSRC}/conf.h.orig diff -Nru upsd.orig/pkg-plist upsd/pkg-plist --- upsd.orig/pkg-plist Sat Jan 13 05:00:22 2001 +++ upsd/pkg-plist Thu Jan 1 03:00:00 1970 @@ -1,3 +0,0 @@ -etc/upsd.conf -etc/rc.d/upsd.sh -sbin/upsd --- upsd.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EFCxp-000Nwm-L4>