Bug 186877 - devel/boehm-gc: update MASTER_SITES
Summary: devel/boehm-gc: update MASTER_SITES
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: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 19:10 UTC by Vitaly Magerya
Modified: 2014-02-23 01:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.44 KB, patch)
2014-02-18 19:10 UTC, Vitaly Magerya
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Magerya 2014-02-18 19:10:00 UTC
The main site for devel/boehm-gc is moving, the old site is
likely to disappear shortly; see [1] for the announcement.
Update MASTER_SITES and WWW accordingly.

[1] http://permalink.gmane.org/gmane.comp.programming.garbage-collection.boehmgc/5834

Fix: Patch attached with submission follows:
Comment 1 Jason E. Hale freebsd_committer freebsd_triage 2014-02-23 01:20:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jhale

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-23 01:35:14 UTC
Author: jhale
Date: Sun Feb 23 01:35:05 2014
New Revision: 345686
URL: http://svnweb.freebsd.org/changeset/ports/345686
QAT: https://qat.redports.org/buildarchive/r345686/

Log:
  - Update MASTER_SITES
  - Update WWW in pkg-descr
  
  PR:		ports/186877
  Submitted by:	Vitaly Magerya <vmagerya@gmail.com>

Modified:
  head/devel/boehm-gc-redirect/pkg-descr
  head/devel/boehm-gc-threaded/pkg-descr
  head/devel/boehm-gc/Makefile
  head/devel/boehm-gc/pkg-descr

Modified: head/devel/boehm-gc-redirect/pkg-descr
==============================================================================
--- head/devel/boehm-gc-redirect/pkg-descr	Sun Feb 23 01:13:39 2014	(r345685)
+++ head/devel/boehm-gc-redirect/pkg-descr	Sun Feb 23 01:35:05 2014	(r345686)
@@ -16,4 +16,4 @@ This package only brings Boehm-GC librar
 
 ps: garbage collection is addictive.
 
-WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
+WWW: http://www.hboehm.info/gc/

Modified: head/devel/boehm-gc-threaded/pkg-descr
==============================================================================
--- head/devel/boehm-gc-threaded/pkg-descr	Sun Feb 23 01:13:39 2014	(r345685)
+++ head/devel/boehm-gc-threaded/pkg-descr	Sun Feb 23 01:35:05 2014	(r345686)
@@ -16,4 +16,4 @@ This package only brings Boehm-GC librar
 
 ps: garbage collection is addictive.
 
-WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
+WWW: http://www.hboehm.info/gc/

Modified: head/devel/boehm-gc/Makefile
==============================================================================
--- head/devel/boehm-gc/Makefile	Sun Feb 23 01:13:39 2014	(r345685)
+++ head/devel/boehm-gc/Makefile	Sun Feb 23 01:35:05 2014	(r345686)
@@ -5,7 +5,7 @@ PORTNAME=	gc
 PORTVERSION=	7.2e
 PORTREVISION?=	0
 CATEGORIES=	devel
-MASTER_SITES=	http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/
+MASTER_SITES=	http://www.hboehm.info/gc/gc_source/
 PKGNAMEPREFIX=	boehm-
 .ifdef GC_VARIANT
 PKGNAMESUFFIX=	-${GC_VARIANT}

Modified: head/devel/boehm-gc/pkg-descr
==============================================================================
--- head/devel/boehm-gc/pkg-descr	Sun Feb 23 01:13:39 2014	(r345685)
+++ head/devel/boehm-gc/pkg-descr	Sun Feb 23 01:35:05 2014	(r345686)
@@ -14,4 +14,4 @@ such source code modifications.  See the
 
 ps: garbage collection is addictive.
 
-WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/
+WWW: http://www.hboehm.info/gc/
_______________________________________________
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 Jason E. Hale freebsd_committer freebsd_triage 2014-02-23 01:35:28 UTC
State Changed
From-To: open->closed

Committed. Thanks!