Bug 179656 - lang/gprolog: distfile unfetchable
Summary: lang/gprolog: distfile unfetchable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 23:40 UTC by John Marino
Modified: 2013-06-22 22:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-17 23:40:00 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-17 23:40:07 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-17 23:40:07 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-22 22:23:35 UTC
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"
Comment 4 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-06-22 22:23:36 UTC
State Changed
From-To: feedback->closed

Fixed in r321594.