Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 16:30:20 +0000 (UTC)
From:      Diane Bruce <db@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398473 - head/comms/hamlib
Message-ID:  <201510031630.t93GUKRZ092932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510031630.t93GUKRZ092932>