diff options
author | danfe <danfe@FreeBSD.org> | 2006-10-17 09:29:16 +0000 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-10-17 09:29:16 +0000 |
commit | 527704550210a61f295eec56b28bc261574cfb62 (patch) | |
tree | 3081778995364b32a7616b89a2f6be93fcbb34bd /archivers | |
parent | e28f7c538031a553cbd89101e4abd54d10cdcc9e (diff) | |
download | FreeBSD-ports-527704550210a61f295eec56b28bc261574cfb62.zip FreeBSD-ports-527704550210a61f295eec56b28bc261574cfb62.tar.gz |
- Make fetchable, project moved to SourceForge
- License changed to less restricted one
PR: ports/104392
Submitted by: Benjamin Lutz <mail(at)maxlor.com>
Approved by: portmgr (erwin)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xmill/Makefile | 14 | ||||
-rw-r--r-- | archivers/xmill/distinfo | 6 |
2 files changed, 6 insertions, 14 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index c024f66..32743d3 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -8,14 +8,12 @@ PORTNAME= xmill DISTVERSION= 0-7 CATEGORIES= archivers -MASTER_SITES= -DISTNAME= ${PORTNAME}-${DISTVERSION}.src +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org COMMENT= An efficient compressor for XML -BROKEN= Unfetchable - NO_WRKSUBDIR= yes MAKEFILE= makefile @@ -24,12 +22,6 @@ USE_ZIP= yes PLIST_FILES= bin/xmill bin/xdemill bin/xbmill bin/xbdemill PORTDOCS= COPYRIGHT.txt LICENSE.txt MANUAL.txt README.txt xmill.ps.gz -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= requires explicit agreement to the terms and conditions of the license. Download ${DISTNAME}${EXTRACT_SUFX} manually from http://www.research.att.com/sw/tools/XMILL/, put it under ${DISTDIR} and run make again -.endif - post-patch: @${REINPLACE_CMD} -e 's,friend,& class,' \ ${WRKSRC}/src/*.?pp @@ -48,4 +40,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/paper/xmill.ps.gz ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/archivers/xmill/distinfo b/archivers/xmill/distinfo index f4575e1..7c72372 100644 --- a/archivers/xmill/distinfo +++ b/archivers/xmill/distinfo @@ -1,3 +1,3 @@ -MD5 (xmill-0-7.src.zip) = d0f530efdb233b53f85bea36e6f21ce1 -SHA256 (xmill-0-7.src.zip) = cc1d1f075f85c441819be17338a97325e5ad11b14e0f8bcd1e251b52d8ba6ffa -SIZE (xmill-0-7.src.zip) = 1315864 +MD5 (xmill-0-7.zip) = d0f530efdb233b53f85bea36e6f21ce1 +SHA256 (xmill-0-7.zip) = cc1d1f075f85c441819be17338a97325e5ad11b14e0f8bcd1e251b52d8ba6ffa +SIZE (xmill-0-7.zip) = 1315864 |