Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2016 17:22:52 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409434 - head/devel/looks
Message-ID:  <201602231722.u1NHMqd2070131@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Tue Feb 23 17:22:52 2016
New Revision: 409434
URL: https://svnweb.freebsd.org/changeset/ports/409434

Log:
  devel/looks:
  - The tarballs of old releases have been removed from upstream site (see
    http://www.jgoodies.com/downloads/libraries/ for details). Use local
    copy and unbreak the port.

Modified:
  head/devel/looks/Makefile

Modified: head/devel/looks/Makefile
==============================================================================
--- head/devel/looks/Makefile	Tue Feb 23 16:49:33 2016	(r409433)
+++ head/devel/looks/Makefile	Tue Feb 23 17:22:52 2016	(r409434)
@@ -4,14 +4,13 @@
 PORTNAME=	looks
 DISTVERSION=	2_6_0
 CATEGORIES=	devel java
-MASTER_SITES=	http://www.jgoodies.com/download/libraries/${PORTNAME}/
+MASTER_SITES=	http://www.jgoodies.com/download/libraries/${PORTNAME}/ \
+		LOCAL/makc
 DISTNAME=	jgoodies-${PORTNAME}-${DISTVERSION}
 
 MAINTAINER=	makc@FreeBSD.org
 COMMENT=	Improved appearance for Java Swing applications
 
-BROKEN=		unfetchable
-
 LICENSE=	BSD3CLAUSE
 
 USES=		zip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602231722.u1NHMqd2070131>