Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Apr 2003 21:12:19 +0800 (CST)
From:      Gea-Suan Lin <gslin@netnews.NCTU.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@netnews.NCTU.edu.tw
Subject:   ports/50857: Maintainer Update Port: ftp/twoftpd
Message-ID:  <20030412131219.CB08E6B@netnews.NCTU.edu.tw>
Resent-Message-ID: <200304121320.h3CDKEOO060871@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         50857
>Category:       ports
>Synopsis:       Maintainer Update Port: ftp/twoftpd
>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:   Sat Apr 12 06:20:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 4.8-RELEASE FreeBSD 4.8-RELEASE #4: Mon Apr 7 04:42:10 CST 2003 root@netnews.NCTU.edu.tw:/usr/obj/usr/src/sys/NETNEWS i386


	
>Description:
	Upgrade to 1.17.
	
>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/ftp/twoftpd/Makefile twoftpd/Makefile
--- /usr/ports/ftp/twoftpd/Makefile	Sat Feb 22 03:07:11 2003
+++ twoftpd/Makefile	Sat Apr 12 21:10:02 2003
@@ -6,16 +6,27 @@
 #
 
 PORTNAME=	twoftpd
-PORTVERSION=	1.15
+PORTVERSION=	1.17
 CATEGORIES=	ftp
 MASTER_SITES=	http://untroubled.org/twoftpd/
 
 MAINTAINER=	gslin@ccca.nctu.edu.tw
 COMMENT=	A simple, secure, efficient FTP server
 
+BUILD_DEPENDS=	${LOCALBASE}/lib/libbg-str.a:${PORTSDIR}/devel/bglibs
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+USE_REINPLACE=	yes
+
 MAN1=		twoftpd-auth.1 twoftpd-xfer.1
 
-BIN=		twoftpd-anon twoftpd-anon-conf twoftpd-auth twoftpd-conf twoftpd-xfer
+BIN=		twoftpd-anon twoftpd-anon-conf twoftpd-auth	\
+		twoftpd-bind-port twoftpd-conf twoftpd-xfer
+
+post-patch:
+	${REINPLACE_CMD} -e 's,/usr/local/bglibs/,${LOCALBASE}/,'	\
+	${WRKSRC}/conf-bgincs ${WRKSRC}/conf-bglibs
+	${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,' ${WRKSRC}/conf-bin
 
 do-install:
 .for FILE in ${MAN1}
diff -ruN /usr/ports/ftp/twoftpd/distinfo twoftpd/distinfo
--- /usr/ports/ftp/twoftpd/distinfo	Tue May 21 11:33:11 2002
+++ twoftpd/distinfo	Sat Apr 12 20:44:51 2003
@@ -1 +1 @@
-MD5 (twoftpd-1.15.tar.gz) = 1a247c51f3b99ca1414ad39d02d3728f
+MD5 (twoftpd-1.17.tar.gz) = 818e12c71cee805d49fc732757358806
diff -ruN /usr/ports/ftp/twoftpd/pkg-plist twoftpd/pkg-plist
--- /usr/ports/ftp/twoftpd/pkg-plist	Mon Sep 17 00:18:47 2001
+++ twoftpd/pkg-plist	Sat Apr 12 21:09:58 2003
@@ -1,5 +1,6 @@
 sbin/twoftpd-anon 
 sbin/twoftpd-anon-conf
 sbin/twoftpd-auth
+sbin/twoftpd-bind-port
 sbin/twoftpd-conf
 sbin/twoftpd-xfer
	


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030412131219.CB08E6B>