From owner-svn-ports-head@freebsd.org Sat Oct 3 16:30:21 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29171A0EA93; Sat, 3 Oct 2015 16:30:21 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org (repo.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 00268190A; Sat, 3 Oct 2015 16:30:20 +0000 (UTC) (envelope-from db@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t93GUKxd092934; Sat, 3 Oct 2015 16:30:20 GMT (envelope-from db@FreeBSD.org) Received: (from db@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t93GUKRZ092932; Sat, 3 Oct 2015 16:30:20 GMT (envelope-from db@FreeBSD.org) Message-Id: <201510031630.t93GUKRZ092932@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: db set sender to db@FreeBSD.org using -f From: Diane Bruce Date: Sat, 3 Oct 2015 16:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398473 - head/comms/hamlib 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.20 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: Sat, 03 Oct 2015 16:30:21 -0000 Author: db Date: Sat Oct 3 16:30:19 2015 New Revision: 398473 URL: https://svnweb.freebsd.org/changeset/ports/398473 Log: Fix goof with missed plist entries Strip libraries Move hamlib.info from plist into Makefile using INFO Modified: head/comms/hamlib/Makefile head/comms/hamlib/pkg-plist Modified: head/comms/hamlib/Makefile ============================================================================== --- head/comms/hamlib/Makefile Sat Oct 3 15:13:50 2015 (r398472) +++ head/comms/hamlib/Makefile Sat Oct 3 16:30:19 2015 (r398473) @@ -3,6 +3,7 @@ PORTNAME= hamlib PORTVERSION= 3.0 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF @@ -14,6 +15,7 @@ LICENSE= LGPL20 BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl +INFO= hamlib USES= autoreconf libtool:keepla pathfix perl5 pkgconfig python shebangfix tcl SHEBANG_FILES= bindings/perltest.pl USE_PERL5= build run @@ -23,10 +25,11 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-perl-binding \ +CONFIGURE_ARGS= --with-perl-binding \ --with-tcl-binding --with-tcl=${TCL_LIBDIR} \ --with-python-binding --without-rigmatrix PLIST_SUB= VER=${PORTVERSION} TCL_VER=${TCL_VER} +INSTALL_TARGET= install-strip OPTIONS_DEFINE= DOCS Modified: head/comms/hamlib/pkg-plist ============================================================================== --- head/comms/hamlib/pkg-plist Sat Oct 3 15:13:50 2015 (r398472) +++ head/comms/hamlib/pkg-plist Sat Oct 3 16:30:19 2015 (r398473) @@ -12,7 +12,6 @@ include/hamlib/riglist.h include/hamlib/rotator.h include/hamlib/rotclass.h include/hamlib/rotlist.h -info/hamlib.info lib/libhamlib++.a lib/libhamlib++.la lib/libhamlib++.so @@ -34,6 +33,8 @@ share/aclocal/hamlib.m4 %%SITE_ARCH%%/auto/Hamlib/Hamlib.so %%SITE_ARCH%%/perltest.pl %%PYTHON_SITELIBDIR%%/Hamlib.py +%%PYTHON_SITELIBDIR%%/Hamlib.pyc +%%PYTHON_SITELIBDIR%%/Hamlib.pyo %%PYTHON_SITELIBDIR%%/_Hamlib.a %%PYTHON_SITELIBDIR%%/_Hamlib.la %%PYTHON_SITELIBDIR%%/_Hamlib.so