From owner-svn-ports-head@FreeBSD.ORG Wed Dec 10 15:10:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5E46F5C9; Wed, 10 Dec 2014 15:10:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A596E88; Wed, 10 Dec 2014 15:10:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBAFA9EX033813; Wed, 10 Dec 2014 15:10:09 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBAFA9px033812; Wed, 10 Dec 2014 15:10:09 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201412101510.sBAFA9px033812@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Wed, 10 Dec 2014 15:10:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374465 - head/graphics/tiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 15:10:09 -0000 Author: dinoex Date: Wed Dec 10 15:10:08 2014 New Revision: 374465 URL: https://svnweb.freebsd.org/changeset/ports/374465 QAT: https://qat.redports.org/buildarchive/r374465/ Log: - remove BROKEN - reset MAINTAINER Modified: head/graphics/tiff/Makefile Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Wed Dec 10 15:02:02 2014 (r374464) +++ head/graphics/tiff/Makefile Wed Dec 10 15:10:08 2014 (r374465) @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ http://download.osgeo.org/libtiff/ -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= portmgr@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images LICENSE= BSD3CLAUSE @@ -17,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libjbig.so:${PORTSDIR}/graphics/jbigkit -BROKEN= shared lib version going backwards USES= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes