Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2014 00:03:56 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340138 - head/archivers/minizip
Message-ID:  <201401180003.s0I03uQt056658@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sat Jan 18 00:03:56 2014
New Revision: 340138
URL: http://svnweb.freebsd.org/changeset/ports/340138
QAT: https://qat.redports.org/buildarchive/r340138/

Log:
  Provide our own distfile mirror that is fetchable through http:// and ftp://.
  Move pkg-plist into Makefile's PLIST_FILES.

Deleted:
  head/archivers/minizip/pkg-plist
Modified:
  head/archivers/minizip/Makefile

Modified: head/archivers/minizip/Makefile
==============================================================================
--- head/archivers/minizip/Makefile	Sat Jan 18 00:00:10 2014	(r340137)
+++ head/archivers/minizip/Makefile	Sat Jan 18 00:03:56 2014	(r340138)
@@ -4,7 +4,8 @@
 PORTNAME=	minizip
 PORTVERSION=	1.2.8
 CATEGORIES=	archivers
-MASTER_SITES=	https://github.com/madler/zlib/archive/
+MASTER_SITES=	https://github.com/madler/zlib/archive/ \
+		LOCAL/mandree/${PORTNAME}
 DISTNAME=	v${PORTVERSION}
 DIST_SUBDIR=	${PORTNAME}
 
@@ -13,10 +14,11 @@ COMMENT=	Minizip and miniunz programs fr
 
 LICENSE=	ZLIB
 
-WRKSRC=		${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
+PLIST_FILES=	bin/minizip bin/miniunz \
+		man/man1/miniunzip.1.gz man/man1/minizip.1.gz
 MAKE_ARGS=	CFLAGS="${CPPFLAGS} ${CFLAGS} -include sys/stat.h -include stdint.h"
-
 USE_ZIP=	yes
+WRKSRC=		${WRKDIR}/zlib-${PORTVERSION}/contrib/minizip
 
 .include <bsd.port.pre.mk>
 



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