svn commit: r551230 - head/devel/xxl

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Oct 2 19:42:26 UTC 2020


Author: 0mp
Date: Fri Oct  2 19:42:24 2020
New Revision: 551230
URL: https://svnweb.freebsd.org/changeset/ports/551230

Log:
  Clean up MASTER_SITES and point to Web Archive version of the homepage

Modified:
  head/devel/xxl/Makefile
  head/devel/xxl/pkg-descr

Modified: head/devel/xxl/Makefile
==============================================================================
--- head/devel/xxl/Makefile	Fri Oct  2 19:25:50 2020	(r551229)
+++ head/devel/xxl/Makefile	Fri Oct  2 19:42:24 2020	(r551230)
@@ -3,10 +3,9 @@
 
 PORTNAME=	xxl
 PORTVERSION=	1.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
-MASTER_SITES=	http://launchpadlibrarian.net/39195019/ \
-		http://www.zork.org/software/
+MASTER_SITES=	http://launchpadlibrarian.net/39195019/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	C/C++ library for exception handling and asset management

Modified: head/devel/xxl/pkg-descr
==============================================================================
--- head/devel/xxl/pkg-descr	Fri Oct  2 19:25:50 2020	(r551229)
+++ head/devel/xxl/pkg-descr	Fri Oct  2 19:42:24 2020	(r551230)
@@ -8,4 +8,4 @@ By allowing XXL to track assets and using its exceptio
 the programmer no longer has to check error conditions on every function
 call and cleanup the assets on failure because XXL does the work.
 
-WWW: http://www.zork.org/xxl/
+WWW: https://web.archive.org/web/20120106082715/http://www.zork.org/xxl/


More information about the svn-ports-all mailing list