Bug 176702 - lang/dlv: distfile unfetchable (restricted)
Summary: lang/dlv: distfile unfetchable (restricted)
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-06 21:00 UTC by John Marino
Modified: 2013-03-10 07:23 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-03-06 21:00:00 UTC
lang/dlv MASTER_SITES=http://www.dlvsystem.com/dlvsystem/files

This results in 404.
The port is restricted distribution, so there is no backup at FreeBSD.

Fix: 

Investigate if tarball can be hosted at FreeBSD.  Comment indicates "not sure".
Otherwise find out if tarball is still available somewhere else on dlvsystem.com and update port MASTER_SITES.
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-10 06:52:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-10 07:02:02 UTC
Author: rm
Date: Sun Mar 10 07:01:48 2013
New Revision: 313812
URL: http://svnweb.freebsd.org/changeset/ports/313812

Log:
  - update to 20121217
  - fix fetch [1]
  - remove indefinite article from COMMENT
  - tab -> space change in pkg-descr:WWW
  
  PR:		176702
  Reported by:	John Marino <draco@marino.st> [1]

Modified:
  head/lang/dlv/Makefile
  head/lang/dlv/distinfo
  head/lang/dlv/pkg-descr

Modified: head/lang/dlv/Makefile
==============================================================================
--- head/lang/dlv/Makefile	Sun Mar 10 06:50:17 2013	(r313811)
+++ head/lang/dlv/Makefile	Sun Mar 10 07:01:48 2013	(r313812)
@@ -1,18 +1,15 @@
-# New ports collection Makefile for:	dlv
-# Date created:				2007-06-01
-# Whom:					arved
-#
+# Created by: arved
 # $FreeBSD$
 
 PORTNAME=	dlv
-PORTVERSION=	20111221
+PORTVERSION=	20121217
 CATEGORIES=	lang
-MASTER_SITES=	http://www.dlvsystem.com/dlvsystem/files/
+MASTER_SITES=	http://www.dlvsystem.com/files/
 DISTNAME=	dlv.i386-linux-elf-static.bin
 EXTRACT_SUFX=
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A Disjunctive Datalog System
+COMMENT=	Disjunctive Datalog System
 
 NO_BUILD=	yes
 PLIST_FILES=	bin/dlv

Modified: head/lang/dlv/distinfo
==============================================================================
--- head/lang/dlv/distinfo	Sun Mar 10 06:50:17 2013	(r313811)
+++ head/lang/dlv/distinfo	Sun Mar 10 07:01:48 2013	(r313812)
@@ -1,2 +1,2 @@
-SHA256 (dlv.i386-linux-elf-static.bin) = f830006655247fd5728fe3e435a2813a0679629c06e297cb8ce08d07544f80d1
-SIZE (dlv.i386-linux-elf-static.bin) = 1998464
+SHA256 (dlv.i386-linux-elf-static.bin) = 725e4c428f6aec7878f2216cd93d914d84375b395e612090a262ea833e1f27fc
+SIZE (dlv.i386-linux-elf-static.bin) = 2031392

Modified: head/lang/dlv/pkg-descr
==============================================================================
--- head/lang/dlv/pkg-descr	Sun Mar 10 06:50:17 2013	(r313811)
+++ head/lang/dlv/pkg-descr	Sun Mar 10 07:01:48 2013	(r313812)
@@ -8,4 +8,4 @@ The DLV system also includes
     * support for inheritance, and
     * an SQL frontend which prototypes some novel SQL3 features.
 
-WWW:	http://www.dlvsystem.com/
+WWW: http://www.dlvsystem.com/dlv/
_______________________________________________
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 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-10 07:23:58 UTC
State Changed
From-To: open->closed

Committed, thanks.