ports/57633: [MAINTAINER] ftp/ftpcopy: update to 0.6.5

Matthias Andree matthias.andree at gmx.de
Mon Oct 6 03:10:22 UTC 2003


>Number:         57633
>Category:       ports
>Synopsis:       [MAINTAINER] ftp/ftpcopy: update to 0.6.5
>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:   Sun Oct 05 20:10:20 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD merlin.emma.line.org 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Mon Oct  6 01:46:22 CEST
>Description:
- Update to 0.6.5, NEWS excerpt:

0.6.5 September 2003

* the package should now compile again on systems not recognizing IPv6.
* the URL parser used refused URLs w/o a trailing path.
* the --raw option erronously wanted an argument.
* portability fixes.

Generated with FreeBSD Port Tools 0.26
>How-To-Repeat:
>Fix:
--- ftpcopy-0.6.5.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/ftp/ftpcopy/Makefile /root/ftpcopy/Makefile
--- /usr/ports/ftp/ftpcopy/Makefile	Tue Aug  5 03:58:24 2003
+++ /root/ftpcopy/Makefile	Mon Oct  6 04:54:58 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ftpcopy
-PORTVERSION=	0.6.4
+PORTVERSION=	0.6.5
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	http://www.ohse.de/uwe/ftpcopy/
 
@@ -18,6 +18,11 @@
 WRKSRC=		${WRKDIR}/web/${DISTNAME}
 
 MAN1=		ftpcopy.1 ftpcp.1 ftpls.1
+
+pre-build:
+	${ECHO} "${CC}" >${WRKSRC}/src/conf-cc
+	${ECHO} "${CPPFLAGS} ${CFLAGS}" >${WRKSRC}/src/conf-cflags
+	${ECHO} "${LDFLAGS}" >${WRKSRC}/src/conf-ldflags
 
 do-install:
 	cd ${WRKSRC}/compile && \
diff -ruN --exclude=CVS /usr/ports/ftp/ftpcopy/distinfo /root/ftpcopy/distinfo
--- /usr/ports/ftp/ftpcopy/distinfo	Tue Aug  5 03:58:24 2003
+++ /root/ftpcopy/distinfo	Mon Oct  6 04:46:01 2003
@@ -1 +1 @@
-MD5 (ftpcopy-0.6.4.tar.gz) = e6883a23ef664c059d9d0d34eb1501cd
+MD5 (ftpcopy-0.6.5.tar.gz) = aab5d87f4bdd9c6b4a440af5c7523c9f
diff -ruN --exclude=CVS /usr/ports/ftp/ftpcopy/pkg-plist /root/ftpcopy/pkg-plist
--- /usr/ports/ftp/ftpcopy/pkg-plist	Tue Aug  5 03:58:24 2003
+++ /root/ftpcopy/pkg-plist	Mon Oct  6 04:59:39 2003
@@ -1,10 +1,10 @@
 bin/ftpcp
 bin/ftpcopy
 bin/ftpls
-%%PORTDOCS%%share/doc/ftpcopy/ChangeLog
-%%PORTDOCS%%share/doc/ftpcopy/NEWS
-%%PORTDOCS%%share/doc/ftpcopy/README
-%%PORTDOCS%%share/doc/ftpcopy/THANKS
-%%PORTDOCS%%share/doc/ftpcopy/ftpcopy.html
-%%PORTDOCS%%share/doc/ftpcopy/ftpls.html
-%%PORTDOCS%%@dirrm share/doc/ftpcopy
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/THANKS
+%%PORTDOCS%%%%DOCSDIR%%/ftpcopy.html
+%%PORTDOCS%%%%DOCSDIR%%/ftpls.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
--- ftpcopy-0.6.5.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list