From owner-svn-ports-head@FreeBSD.ORG Wed Jul 30 12:00:01 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 818A5B0C; Wed, 30 Jul 2014 12:00:01 +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 6F53E22BF; Wed, 30 Jul 2014 12:00:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6UC01gh082634; Wed, 30 Jul 2014 12:00:01 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6UC01ur082462; Wed, 30 Jul 2014 12:00:01 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201407301200.s6UC01ur082462@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 30 Jul 2014 12:00:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363466 - head/graphics/libpuzzle 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 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, 30 Jul 2014 12:00:01 -0000 Author: amdmi3 Date: Wed Jul 30 12:00:00 2014 New Revision: 363466 URL: http://svnweb.freebsd.org/changeset/ports/363466 QAT: https://qat.redports.org/buildarchive/r363466/ Log: - Fix license - Switch to USES=libtool, drop .la files - Strip libraries Modified: head/graphics/libpuzzle/Makefile head/graphics/libpuzzle/pkg-plist Modified: head/graphics/libpuzzle/Makefile ============================================================================== --- head/graphics/libpuzzle/Makefile Wed Jul 30 11:49:03 2014 (r363465) +++ head/graphics/libpuzzle/Makefile Wed Jul 30 12:00:00 2014 (r363466) @@ -2,20 +2,22 @@ PORTNAME= libpuzzle PORTVERSION= 0.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= Library to find similar pictures -LICENSE= BSD +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd -USES= tar:bzip2 +USES= libtool tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +INSTALL_TARGET= install-strip PORTDOCS= AUTHORS NEWS README THANKS Modified: head/graphics/libpuzzle/pkg-plist ============================================================================== --- head/graphics/libpuzzle/pkg-plist Wed Jul 30 11:49:03 2014 (r363465) +++ head/graphics/libpuzzle/pkg-plist Wed Jul 30 12:00:00 2014 (r363466) @@ -1,9 +1,9 @@ bin/puzzle-diff include/puzzle.h lib/libpuzzle.a -lib/libpuzzle.la lib/libpuzzle.so lib/libpuzzle.so.1 +lib/libpuzzle.so.1.0.0 man/man3/libpuzzle.3.gz man/man3/puzzle_set.3.gz man/man8/puzzle-diff.8.gz