From owner-svn-ports-head@FreeBSD.ORG Sun Dec 21 11:44:17 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 61F778B7; Sun, 21 Dec 2014 11:44:17 +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 4E05A2F97; Sun, 21 Dec 2014 11:44:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBLBiHRt078999; Sun, 21 Dec 2014 11:44:17 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBLBiGjl078997; Sun, 21 Dec 2014 11:44:16 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201412211144.sBLBiGjl078997@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 21 Dec 2014 11:44:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375156 - head/net/torsocks 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: Sun, 21 Dec 2014 11:44:17 -0000 Author: antoine Date: Sun Dec 21 11:44:15 2014 New Revision: 375156 URL: https://svnweb.freebsd.org/changeset/ports/375156 QAT: https://qat.redports.org/buildarchive/r375156/ Log: - Fix plist - Strip shared library Modified: head/net/torsocks/Makefile head/net/torsocks/pkg-plist Modified: head/net/torsocks/Makefile ============================================================================== --- head/net/torsocks/Makefile Sun Dec 21 10:29:27 2014 (r375155) +++ head/net/torsocks/Makefile Sun Dec 21 11:44:15 2014 (r375156) @@ -3,7 +3,7 @@ PORTNAME= torsocks PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net security MASTER_SITES= GOOGLE_CODE \ http://tor.reactor-xg.kiev.ua/files/ @@ -18,6 +18,7 @@ ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclo USES= gmake libtool USE_LDCONFIG= yes +INSTALL_TARGET= install-strip SUB_FILES= pkg-message Modified: head/net/torsocks/pkg-plist ============================================================================== --- head/net/torsocks/pkg-plist Sun Dec 21 10:29:27 2014 (r375155) +++ head/net/torsocks/pkg-plist Sun Dec 21 11:44:15 2014 (r375156) @@ -3,6 +3,7 @@ bin/usewithtor etc/torsocks.conf.sample lib/libtorsocks.a lib/libtorsocks.so +lib/libtorsocks.so.1 lib/libtorsocks.so.1.0.0 man/man1/torsocks.1.gz man/man1/usewithtor.1.gz