version 1.4.1 is no longer on www.gprolog.org, at least not at the MASTER_SITES URL. The latest version is 1.4.4 which is located there. Fix: Change MASTER_SITES appropriately, or better yet, update gprolog to the latest version.
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Maintainer of lang/gprolog, Please note that PR ports/179656 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179656 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
Author: rakuco Date: Sat Jun 22 21:23:22 2013 New Revision: 321594 URL: http://svnweb.freebsd.org/changeset/ports/321594 Log: Make the port fetchable again. Point MASTER_SITES to old_versions/, which is where previous releases go. PR: ports/179656 Submitted by: John Marino <draco@marino.st> (maintainer) Modified: head/lang/gprolog/Makefile Modified: head/lang/gprolog/Makefile ============================================================================== --- head/lang/gprolog/Makefile Sat Jun 22 21:20:07 2013 (r321593) +++ head/lang/gprolog/Makefile Sat Jun 22 21:23:22 2013 (r321594) @@ -4,7 +4,8 @@ PORTNAME= gprolog PORTVERSION= 1.4.1 CATEGORIES= lang -MASTER_SITES= http://www.gprolog.org/ +# MASTER_SITES= http://www.gprolog.org/ +MASTER_SITES= http://gprolog.univ-paris1.fr/old_versions/ MAINTAINER= nsmoot@make.sh COMMENT= Free Prolog compiler _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Fixed in r321594.