Index: head/www/linklint/Makefile =================================================================== --- head/www/linklint/Makefile (revision 376409) +++ head/www/linklint/Makefile (revision 376410) @@ -1,25 +1,25 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= linklint DISTVERSION= 2.3.6.d CATEGORIES= www MASTER_SITES= http://www.linklint.org/download/ \ - CRITICAL + LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perl script that checks links on web sites USES= shebangfix perl5 USE_PERL5= run NO_BUILD= yes SHEBANG_FILES= ${DISTNAME} PLIST_FILES= bin/linklint do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/www/p5-Reddit/Makefile =================================================================== --- head/www/p5-Reddit/Makefile (revision 376409) +++ head/www/p5-Reddit/Makefile (revision 376410) @@ -1,27 +1,27 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= Reddit PORTVERSION= 0.3.02.20120418 PORTREVISION= 1 CATEGORIES= www perl5 -MASTER_SITES= CRITICAL +MASTER_SITES= LOCAL/ehaupt PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org COMMENT= Module for interacting with Reddit BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \ p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \ p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense RUN_DEPENDS= p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \ p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense \ p5-JSON>=2:${PORTSDIR}/converters/p5-JSON \ p5-HTTP-Cookies>=6:${PORTSDIR}/www/p5-HTTP-Cookies \ p5-libwww>=5.829:${PORTSDIR}/www/p5-libwww USES= perl5 USE_PERL5= configure .include