Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 10:53:16 +0800 (CST)
From:      Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@infomath.math.nctu.edu.tw
Subject:   ports/38094: Maintainer Update port: ftp/pftpd
Message-ID:  <20020515025316.144703D9A@infomath.math.nctu.edu.tw>

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

>Number:         38094
>Category:       ports
>Synopsis:       Maintainer Update port: ftp/pftpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 14 20:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.5-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.5-RELEASE-p4 FreeBSD 4.5-RELEASE-p4 #7: Tue Apr 23 04:15:27 CST 2002 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386


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

diff -ruN /usr/ports/ftp/pftpd/Makefile pftpd/Makefile
--- /usr/ports/ftp/pftpd/Makefile	Sat Mar 30 04:28:47 2002
+++ pftpd/Makefile	Wed May 15 10:50:42 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pftpd
-PORTVERSION=	0.33
+PORTVERSION=	0.39
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.lysator.liu.se/pub/unix/pftpd/
 
@@ -17,8 +17,7 @@
 NO_CDROM=	"License problem"
 NO_PACKAGE=	"License problem"
 
-post-configure:
-	@${PERL} -pi -e 's/.*man8.*//g' ${WRKSRC}/Makefile
+MAN1=		pftpd.1 rpad.1
 
 post-install:
 	@${CAT} ${WRKSRC}/ISSUES
diff -ruN /usr/ports/ftp/pftpd/distinfo pftpd/distinfo
--- /usr/ports/ftp/pftpd/distinfo	Sat Mar 30 04:28:47 2002
+++ pftpd/distinfo	Wed May 15 10:44:20 2002
@@ -1 +1 @@
-MD5 (pftpd-0.33.tar.gz) = 1553bd726e0cf50113408b33b9f41d74
+MD5 (pftpd-0.39.tar.gz) = fdfd986ba0b8cb6c11fc7946879208e1
diff -ruN /usr/ports/ftp/pftpd/files/patch-Makefile.in pftpd/files/patch-Makefile.in
--- /usr/ports/ftp/pftpd/files/patch-Makefile.in	Thu Jan  1 08:00:00 1970
+++ pftpd/files/patch-Makefile.in	Wed May 15 10:48:59 2002
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	Wed May 15 10:48:26 2002
++++ src/Makefile.in	Wed May 15 10:48:34 2002
+@@ -32,7 +32,7 @@
+ all:	$(PROGRAMS)
+ 
+ pftpd:	$(OBJS) $(LIBPLIB)
+-	$(CC) $(CFLAGS) -o $@ $(OBJS) $(KOBJ) $(LIBPLIB) $(LDFLAGS)
++	$(CC) $(CFLAGS) -o $@ $(OBJS) $(KOBJ) $(LIBPLIB) $(LDFLAGS) -lcompat
+ 
+ rpad:	rpad.o $(LIBPLIB)
+ 	$(CC) $(CFLAGS) -o $@ rpad.o $(LIBPLIB) $(LDFLAGS)
	


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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