Date: Thu, 6 Feb 2014 13:22:17 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343068 - head/net/p5-IP-Country Message-ID: <201402061322.s16DMH3G041270@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Feb 6 13:22:17 2014 New Revision: 343068 URL: http://svnweb.freebsd.org/changeset/ports/343068 QAT: https://qat.redports.org/buildarchive/r343068/ Log: Support staging. Modified: head/net/p5-IP-Country/Makefile head/net/p5-IP-Country/pkg-plist Modified: head/net/p5-IP-Country/Makefile ============================================================================== --- head/net/p5-IP-Country/Makefile Thu Feb 6 13:19:22 2014 (r343067) +++ head/net/p5-IP-Country/Makefile Thu Feb 6 13:22:17 2014 (r343068) @@ -16,13 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= ip2cc.1 -MAN3= IP::Authority.3 \ - IP::Country::Fast.3 \ - IP::Country::MaxMind.3 \ - IP::Country::Medium.3 \ - IP::Country::Slow.3 \ - IP::Country.3 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/net/p5-IP-Country/pkg-plist ============================================================================== --- head/net/p5-IP-Country/pkg-plist Thu Feb 6 13:19:22 2014 (r343067) +++ head/net/p5-IP-Country/pkg-plist Thu Feb 6 13:22:17 2014 (r343068) @@ -1,4 +1,11 @@ bin/ip2cc +man/man1/ip2cc.1.gz +%%PERL5_MAN3%%/IP::Authority.3.gz +%%PERL5_MAN3%%/IP::Country.3.gz +%%PERL5_MAN3%%/IP::Country::Fast.3.gz +%%PERL5_MAN3%%/IP::Country::MaxMind.3.gz +%%PERL5_MAN3%%/IP::Country::Medium.3.gz +%%PERL5_MAN3%%/IP::Country::Slow.3.gz %%SITE_PERL%%/IP/Authority.pm %%SITE_PERL%%/IP/Authority/auth.gif %%SITE_PERL%%/IP/Authority/ipauth.gif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061322.s16DMH3G041270>