Update the new URL of primary MASTER_SITES for port security/pft Fix: The attached patch fix the problem Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->jmelo jmelo@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I thought I submitted my patch a while ago. I changed the homepage in the Makefile and pkg-descr: diff -urN pft.orig/Makefile pft/Makefile --- pft.orig/Makefile 2008-03-01 11:41:30.000000000 +0200 +++ pft/Makefile 2008-03-01 11:33:11.000000000 +0200 @@ -8,7 +8,7 @@ PORTNAME= pft PORTVERSION= 1.3 CATEGORIES= security -MASTER_SITES= http://www.phenoelit.de/hp/ +MASTER_SITES= http://www.phenoelit-us.org/hp/ DISTNAME= libPJL-${PORTVERSION}-src EXTRACT_SUFX= .tgz diff -urN pft.orig/pkg-descr pft/pkg-descr --- pft.orig/pkg-descr 2008-03-01 11:40:58.000000000 +0200 +++ pft/pkg-descr 2008-03-01 11:41:13.000000000 +0200 @@ -3,4 +3,4 @@ Author: FX <fx@phenoelit.de> -WWW: http://www.phenoelit.de/hp/ +WWW: http://www.phenoelit-us.org/hp/
jmelo 2008-04-18 16:00:52 UTC FreeBSD ports repository Modified files: security/pft Makefile pkg-descr Log: - Update mastersite. - Update WWW. PR: ports/121705 Submitted by: Sofian Brabez <sbrabez@gmail.com> Reviewed by: Jonatan B <onatan@gmail.com> (maintainer) Approved by: Jonatan B <onatan@gmail.com> (maintainer) Revision Changes Path 1.5 +1 -1 ports/security/pft/Makefile 1.2 +1 -1 ports/security/pft/pkg-descr _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!