From owner-svn-ports-head@FreeBSD.ORG Fri Nov 28 02:12:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C29B5130; Fri, 28 Nov 2014 02:12:43 +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 AFE82D09; Fri, 28 Nov 2014 02:12:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAS2Cha0098160; Fri, 28 Nov 2014 02:12:43 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAS2CgqV098159; Fri, 28 Nov 2014 02:12:42 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201411280212.sAS2CgqV098159@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 28 Nov 2014 02:12:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373526 - head/archivers/ucl 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: Fri, 28 Nov 2014 02:12:43 -0000 Author: koobs Date: Fri Nov 28 02:12:42 2014 New Revision: 373526 URL: https://svnweb.freebsd.org/changeset/ports/373526 QAT: https://qat.redports.org/buildarchive/r373526/ Log: archivers/ucl: Strip files, Add CONFLICTS (libucl) - Strip installed binaries and libraries - Add CONFLICTS against libucl - Add LICENSE_FILE - pkg-descr: Strip trailing-slash from WWW: Modified: head/archivers/ucl/Makefile head/archivers/ucl/pkg-descr Modified: head/archivers/ucl/Makefile ============================================================================== --- head/archivers/ucl/Makefile Thu Nov 27 22:17:26 2014 (r373525) +++ head/archivers/ucl/Makefile Fri Nov 28 02:12:42 2014 (r373526) @@ -3,7 +3,7 @@ PORTNAME= ucl PORTVERSION= 1.03 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ @@ -11,14 +11,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Data compression library with low memory usage LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS USES= libtool USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared +INSTALL_TARGET= install-strip +CONFLICTS_INSTALL= libucl + PORTDOCS= AUTHORS NEWS README THANKS TODO post-install: Modified: head/archivers/ucl/pkg-descr ============================================================================== --- head/archivers/ucl/pkg-descr Thu Nov 27 22:17:26 2014 (r373525) +++ head/archivers/ucl/pkg-descr Fri Nov 28 02:12:42 2014 (r373526) @@ -4,4 +4,4 @@ UCL implements a number of compression a compression ratio while allowing *very* fast decompression. Decompression requires no additional memory. -WWW: http://www.oberhumer.com/opensource/ucl/ +WWW: http://www.oberhumer.com/opensource/ucl