svn commit: r343339 - head/ftp/paraget

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Feb 8 14:34:01 UTC 2014


Author: danilo
Date: Sat Feb  8 14:34:00 2014
New Revision: 343339
URL: http://svnweb.freebsd.org/changeset/ports/343339
QAT: https://qat.redports.org/buildarchive/r343339/

Log:
  - Add stage support
  - Add LICENSE

Modified:
  head/ftp/paraget/Makefile
  head/ftp/paraget/pkg-plist

Modified: head/ftp/paraget/Makefile
==============================================================================
--- head/ftp/paraget/Makefile	Sat Feb  8 14:31:11 2014	(r343338)
+++ head/ftp/paraget/Makefile	Sat Feb  8 14:34:00 2014	(r343339)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Parallel ftp-fetching program
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker
 RUN_DEPENDS:=	${BUILD_DEPENDS} \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI \
@@ -18,7 +20,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS} \
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	paraget.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/ftp/paraget/pkg-plist
==============================================================================
--- head/ftp/paraget/pkg-plist	Sat Feb  8 14:31:11 2014	(r343338)
+++ head/ftp/paraget/pkg-plist	Sat Feb  8 14:34:00 2014	(r343339)
@@ -1,5 +1,6 @@
 bin/paraget
 bin/paraget-child
+man/man1/paraget.1.gz
 %%SITE_PERL%%/Net/Paraget/Assignment.pm
 %%SITE_PERL%%/Net/Paraget/AssignmentManager.pm
 %%SITE_PERL%%/Net/Paraget/Client.pm


More information about the svn-ports-all mailing list