Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2005 03:00:07 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/86262: Update port: archivers/hffzip
Message-ID:  <20050918030007.3c97db0e.tkato432@yahoo.com>
Resent-Message-ID: <200509171810.j8HIA4uk003270@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>Number:         86262
>Category:       ports
>Synopsis:       Update port: archivers/hffzip
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 17 18:10:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p12 i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/archivers/hffzip/Makefile archivers/hffzip/Makefile
--- /usr/ports/archivers/hffzip/Makefile	Fri Feb  6 10:07:34 2004
+++ archivers/hffzip/Makefile	Sun Sep 11 19:27:31 2005
@@ -8,17 +8,17 @@
 PORTNAME=	hffzip
 PORTVERSION=	1.01
 CATEGORIES=	archivers
-MASTER_SITES=	http://utenti.quipo.it/claudioscordino/
+MASTER_SITES=	http://www.di.unipi.it/~scordino/
 DISTNAME=	${PORTNAME}${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	File compressor based on Huffman coding
 
-PLIST_FILES=	bin/hffzip
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
+PLIST_FILES=	bin/hffzip
+
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
-		 ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -urN /usr/ports/archivers/hffzip/pkg-descr archivers/hffzip/pkg-descr
--- /usr/ports/archivers/hffzip/pkg-descr	Wed Jun 11 19:57:35 2003
+++ archivers/hffzip/pkg-descr	Sun Sep 11 19:26:54 2005
@@ -2,4 +2,4 @@
 right for embedded systems, because of its little size and the
 simple algorithm used.
 
-WWW: http://utenti.quipo.it/claudioscordino/hffzip.html
+WWW: http://www.di.unipi.it/~scordino/hffzip.html
>Release-Note:
>Audit-Trail:
>Unformatted:



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