Summary: | lang/gprolog: distfile unfetchable | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | John Marino <draco> |
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
John Marino
2013-06-17 23:40:00 UTC
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. |