ports/96975: [PATCH] textproc/flip: fixing a fetch problem

Stefan Pauly stefan.pauly at fh-mainz.de
Mon May 8 13:00:28 UTC 2006


>Number:         96975
>Category:       ports
>Synopsis:       [PATCH] textproc/flip: fixing a fetch problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 08 13:00:26 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Pauly
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
FreeBSD luna.fh-mainz.de 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Jun  3 11:13:56 CEST 2005     st at luna.fh-mainz.de:/usr/obj/usr/src/sys/B03062005  i386
>Description:
Fixing a fetch problem (the port is currently unfetchable).
The new distfile doesn't include debian specific patches anymore.
>How-To-Repeat:

>Fix:
diff -ruN --exclude=CVS /usr/ports/textproc/flip/Makefile ./flip/Makefile
--- /usr/ports/textproc/flip/Makefile	Sat Nov 26 05:47:20 2005
+++ ./flip/Makefile	Fri May  5 17:52:58 2006
@@ -8,9 +8,9 @@
 PORTNAME=	flip
 PORTVERSION=	1.19
 CATEGORIES=	textproc
-MASTER_SITES=	http://ftp.sayclub.co.kr/pub/packages/aixpdslib/flip/RISC/4.3/src/
-DISTNAME=	${PORTNAME}.${PORTVERSION}
-EXTRACT_SUFX=	.tar.Z
+MASTER_SITES=	${MASTER_SITE_DEBIAN_POOL}
+DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
+EXTRACT_SUFX=	.tar.gz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Convert text file line endings between Unix and DOS formats
diff -ruN --exclude=CVS /usr/ports/textproc/flip/distinfo ./flip/distinfo
--- /usr/ports/textproc/flip/distinfo	Tue Jan 24 05:34:16 2006
+++ ./flip/distinfo	Fri May  5 17:17:07 2006
@@ -1,3 +1,3 @@
-MD5 (flip.1.19.tar.Z) = 8441e44212b1c3d2bfa1323afa84aab2
-SHA256 (flip.1.19.tar.Z) = a2d220d5ee8743c177b4232e2bde7ba76ea0880ddba5c7c047b6b5532e1bc878
-SIZE (flip.1.19.tar.Z) = 42208
+MD5 (flip_1.19.orig.tar.gz) = 46a7a6071a7dfb752a81bda81c335785
+SHA256 (flip_1.19.orig.tar.gz) = 231ae8be482bc3fb28839a6de9702b6141b17ca827b5ea1bf13738dc645e7f2f
+SIZE (flip_1.19.orig.tar.gz) = 17795
diff -ruN --exclude=CVS /usr/ports/textproc/flip/files/patch-Makefile ./flip/files/patch-Makefile
--- /usr/ports/textproc/flip/files/patch-Makefile	Thu Jan  1 01:00:00 1970
+++ ./flip/files/patch-Makefile	Fri May  5 17:37:23 2006
@@ -0,0 +1,24 @@
+--- Makefile.org	Sat Jul 14 03:49:52 2001
++++ Makefile	Fri May  5 17:36:41 2006
+@@ -22,8 +22,8 @@
+ 
+ # Where to install executable and manual files on "make install".  The trailing
+ # "/." forces an error message if the destination directory doesn't exist.
+-BINDIR = /usr/local/bin/.
+-MANDIR = /usr/man/man1/.
++BINDIR = /usr/local/bin/
++MANDIR = /usr/local/man/man1/
+ 
+ # CC is compiler, LD is loader (may be same as compiler), CFLAGS are flags
+ # for compiler, LDFLAGS are flags for loader, CFMORE are additional
+@@ -69,8 +69,8 @@
+ 	rm -f *.o core flip
+ 
+ install:
+-	mv flip $(BINDIR)
+-	cp flip.1 $(MANDIR)
++	cp -f flip $(BINDIR)
++	cp -f flip.1 $(MANDIR)
+ 
+ dist: $(DISTFILES)
+ 	-rm -rf $(distdir)
diff -ruN --exclude=CVS /usr/ports/textproc/flip/pkg-descr ./flip/pkg-descr
--- /usr/ports/textproc/flip/pkg-descr	Sun Jul  3 16:19:31 2005
+++ ./flip/pkg-descr	Fri May  5 17:42:40 2006
@@ -5,4 +5,4 @@
 gracefully and no garbage or corrupted files left behind. 'flip' does not
 convert files to a different character set, and it can not handle Apple
 Macintosh line endings (CR only). For that (and more), you can use the 'recode'
-program (package 'recode').
+program (port 'converters/recode').

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



More information about the freebsd-ports-bugs mailing list