ports/105953: [PATCH] security/blocksshd: Update dependencies

Gea-Suan Lin gslin at gslin.org
Tue Nov 28 16:20:23 UTC 2006


>Number:         105953
>Category:       ports
>Synopsis:       [PATCH] security/blocksshd: Update dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 28 16:20:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Update dependencies:
  Remove Proc::Daemon & Proc::PID::File
  Add Net::Subnets
- Respect PREFIX for default configuration file.
- Change back TARGETDIR to PREFIX.
- Bump PORTREVISION.

Added file(s):
- files/patch-Makefile

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

--- blocksshd-1.0_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/blocksshd/Makefile /home/staff/gslin/work/ports/blocksshd/Makefile
--- /usr/ports/security/blocksshd/Makefile	Fri Nov 24 03:11:34 2006
+++ /home/staff/gslin/work/ports/blocksshd/Makefile	Wed Nov 29 00:14:42 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	blocksshd
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	security sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	blocksshd
@@ -16,10 +17,9 @@
 
 RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS \
 		${SITE_PERL}/File/Tail.pm:${PORTSDIR}/devel/p5-File-Tail \
-		${SITE_PERL}/Proc/Daemon.pm:${PORTSDIR}/devel/p5-Proc-Daemon \
-		${SITE_PERL}/Proc/PID/File.pm:${PORTSDIR}/devel/p5-Proc-PID-File
+		${SITE_PERL}/Net/Subnets.pm:${PORTSDIR}/net/p5-Net-Subnets
 
-MAKE_ARGS=	PREFIX="${TARGETDIR}" SYSCONFDIR="${TARGETDIR}/etc"
+MAKE_ARGS=	PREFIX="${PREFIX}" SYSCONFDIR="${PREFIX}/etc"
 NO_BUILD=	yes
 USE_PERL5_RUN=	yes
 
diff -ruN --exclude=CVS /usr/ports/security/blocksshd/files/patch-Makefile /home/staff/gslin/work/ports/blocksshd/files/patch-Makefile
--- /usr/ports/security/blocksshd/files/patch-Makefile	Thu Jan  1 08:00:00 1970
+++ /home/staff/gslin/work/ports/blocksshd/files/patch-Makefile	Wed Nov 29 00:04:11 2006
@@ -0,0 +1,16 @@
+--- Makefile.orig	Wed Nov 29 00:03:23 2006
++++ Makefile	Wed Nov 29 00:03:36 2006
+@@ -15,11 +15,11 @@
+ PREFIX = /usr
+ EXEC_PREFIX = $(PREFIX)
+ BINDIR = $(EXEC_PREFIX)/bin
+-SYSCONFDIR = /etc
++SYSCONFDIR = $(PREFIX)/etc
+ MANDIR = $(PREFIX)/man
+ MAN1DIR = $(MANDIR)/man1
+ INIT = init/blocksshd
+-INITDIR = /etc/rc.d/init.d
++INITDIR = $(PREFIX)/etc/rc.d/init.d
+ DESTDIR =
+ 
+ all:	$(APPNAME).1$(MANCOMPRESS)
--- blocksshd-1.0_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list