diff -urN /usr/ports/archivers/hffzip/Makefile archivers/hffzip/Makefile --- /usr/ports/archivers/hffzip/Makefile 2008-04-19 02:38:30.000000000 +0900 +++ archivers/hffzip/Makefile 2011-06-29 12:57:27.000000000 +0900 @@ -8,13 +8,15 @@ PORTNAME= hffzip PORTVERSION= 1.01 CATEGORIES= archivers -MASTER_SITES= http://retis.sssup.it/~scordino/projects/ \ - http://ngsoftwareltd.com/freebsd/distfiles/ +MASTER_SITES= http://retis.sssup.it/~scordino/code/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= File compressor based on Huffman coding +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/hffzip diff -urN /usr/ports/archivers/hffzip/pkg-descr archivers/hffzip/pkg-descr --- /usr/ports/archivers/hffzip/pkg-descr 2005-09-18 05:33:52.000000000 +0900 +++ archivers/hffzip/pkg-descr 2011-04-15 03:21:58.000000000 +0900 @@ -2,4 +2,4 @@ right for embedded systems, because of its little size and the simple algorithm used. -WWW: http://www.di.unipi.it/~scordino/hffzip.html +WWW: http://retis.sssup.it/~scordino/code/hffzip.html