ports/57454: [MAINTAINER] sysutils/socklog: add missing dependency on sysutils/runit

Sergei Kolobov sergei at kolobov.com
Wed Oct 1 13:30:22 UTC 2003


>Number:         57454
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/socklog: add missing dependency on sysutils/runit
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 01 06:30:16 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Kolobov
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Sep 14 12:09:20 MSD 2003
>Description:
- Add missing run-time dependency on sysutils/runit: scripts generated by 
  socklog-conf requires presence of chpst program from runit port
- Bump PORTREVISION

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:

--- socklog-1.2.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /FreeBSD/cvs/ports/sysutils/socklog/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	25 Aug 2003 20:21:05 -0000	1.8
+++ Makefile	1 Oct 2003 13:12:18 -0000
@@ -7,11 +7,14 @@
 
 PORTNAME=	socklog
 PORTVERSION=	1.2.0
+PORTREVISION=	1
 CATEGORIES=	sysutils net
 MASTER_SITES=	http://smarden.org/socklog/
 
 MAINTAINER=	sergei at kolobov.com
 COMMENT=	Small and secure replacement for syslogd
+
+RUN_DEPENDS=	chpst:${PORTSDIR}/sysutils/runit
 
 WRKSRC=		${WRKDIR}/admin/${DISTNAME}
 ALL_TARGET=	default
--- socklog-1.2.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list