Skip site navigation (1)Skip section navigation (2)
Date:      16 Aug 2005 10:09:39 -0000
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84985: update: archivers/unlzx 1.0 -> 1.1, take maintainership 
Message-ID:  <20050816100939.49246.qmail@mx.critical.ch>
Resent-Message-ID: <200508161010.j7GAAHnb001184@freefall.freebsd.org>

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

>Number:         84985
>Category:       ports
>Synopsis:       update: archivers/unlzx 1.0 -> 1.1, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 16 10:10:17 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Emanuel Haupt
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386


	
>Description:
- update archivers/unlzx 1.0 -> 1.1
- aditional MASTER_SITES added
- added WWW tag to pkg-descr
- take maintainership

>How-To-Repeat:
	
>Fix:

	



--- unlzx.patch begins here ---
diff -Nur unlzx.orig/Makefile unlzx/Makefile
--- unlzx.orig/Makefile	Thu Feb  5 21:36:53 2004
+++ unlzx/Makefile	Tue Aug 16 12:00:25 2005
@@ -6,27 +6,27 @@
 #
 
 PORTNAME=	unlzx
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	archivers
 MASTER_SITES=	ftp://de.aminet.net/pub/aminet/misc/unix/ \
-		ftp://us.aminet.net/pub/aminet/misc/unix/
+		ftp://us.aminet.net/pub/aminet/misc/unix/ \
+		http://critical.ch/distfiles/
 DISTNAME=	${PORTNAME}.c
-EXTRACT_SUFX=	.Z
+EXTRACT_SUFX=	.gz
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	ehaupt@critical.ch
 COMMENT=	Extracts .lzx archives from Amiga systems
 
-NO_WRKSUBDIR=		yes
 PLIST_FILES=	bin/unlzx
 
 do-extract:
-	${MKDIR} ${WRKDIR}
-	${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKDIR}/${DISTNAME}
+	${MKDIR} ${WRKSRC}
+	${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKSRC}/${DISTNAME}
 
 do-build:
-	cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c
+	${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/unlzx ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -Nur unlzx.orig/distinfo unlzx/distinfo
--- unlzx.orig/distinfo	Tue Jan 27 21:50:41 2004
+++ unlzx/distinfo	Tue Aug 16 11:49:49 2005
@@ -1,2 +1,2 @@
-MD5 (unlzx.c.Z) = 897f018f175b0e9f5d2b9d75eadd4fa8
-SIZE (unlzx.c.Z) = 15135
+MD5 (unlzx.c.gz) = aba223c26019d84fad0a1eed109bc628
+SIZE (unlzx.c.gz) = 9680
diff -Nur unlzx.orig/pkg-descr unlzx/pkg-descr
--- unlzx.orig/pkg-descr	Sat Jun  3 06:42:52 2000
+++ unlzx/pkg-descr	Tue Aug 16 11:58:42 2005
@@ -1,2 +1,4 @@
 This package includes unlzx, an unarchiver for the Amiga LZX file archive
 format.
+
+WWW: ftp://de.aminet.net/pub/aminet/misc/unix/
--- unlzx.patch ends here ---

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



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