From owner-svn-ports-all@FreeBSD.ORG Fri May 17 21:43:45 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9CDA7E5A; Fri, 17 May 2013 21:43:45 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 8E510B40; Fri, 17 May 2013 21:43:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4HLhjdI035960; Fri, 17 May 2013 21:43:45 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4HLhjTt035959; Fri, 17 May 2013 21:43:45 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201305172143.r4HLhjTt035959@svn.freebsd.org> From: Erwin Lansing Date: Fri, 17 May 2013 21:43:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318405 - head/devel/looks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2013 21:43:45 -0000 Author: erwin Date: Fri May 17 21:43:45 2013 New Revision: 318405 URL: http://svnweb.freebsd.org/changeset/ports/318405 Log: Mark BROKEN: checksum mismatch. Modified: head/devel/looks/Makefile Modified: head/devel/looks/Makefile ============================================================================== --- head/devel/looks/Makefile Fri May 17 21:14:57 2013 (r318404) +++ head/devel/looks/Makefile Fri May 17 21:43:45 2013 (r318405) @@ -11,6 +11,8 @@ DISTNAME= jgoodies-${PORTNAME}-${PORTVER MAINTAINER= ports@FreeBSD.org COMMENT= JGoodies Looks improve the appearance of your Java applications +BROKEN= checksum mismatch + LICENSE= BSD USE_ZIP= yes