svn commit: r400427 - in head/net-mgmt: netmagis-common netmagis-database netmagis-detecteq netmagis-metro netmagis-topo netmagis-utils netmagis-www

Jason Unovitch junovitch at FreeBSD.org
Thu Oct 29 01:34:23 UTC 2015


Author: junovitch
Date: Thu Oct 29 01:34:21 2015
New Revision: 400427
URL: https://svnweb.freebsd.org/changeset/ports/400427

Log:
  net-mgmt/netmagis-*: update 2.3.0 -> 2.3.2
  
  - Update PORTVERSION and distinfo for 2.3.2
  - Drop PORTREVISION on netmagis-metro slave port
  - Revise NO_ARCH handling, rely on setting it in netmagis-common if not
    already defined then set it to blank in netmagis-topo and netmagis-www
    where architecture specific files are packaged
  - Strip binaries for netmagis-www
  
  PR:		202709
  Submitted by:	Pierre David <pdagog at gmail.com> (maintainer)

Modified:
  head/net-mgmt/netmagis-common/Makefile
  head/net-mgmt/netmagis-common/distinfo
  head/net-mgmt/netmagis-database/Makefile
  head/net-mgmt/netmagis-detecteq/Makefile
  head/net-mgmt/netmagis-metro/Makefile
  head/net-mgmt/netmagis-topo/Makefile
  head/net-mgmt/netmagis-utils/Makefile
  head/net-mgmt/netmagis-www/Makefile

Modified: head/net-mgmt/netmagis-common/Makefile
==============================================================================
--- head/net-mgmt/netmagis-common/Makefile	Thu Oct 29 01:28:00 2015	(r400426)
+++ head/net-mgmt/netmagis-common/Makefile	Thu Oct 29 01:34:21 2015	(r400427)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	netmagis
-PORTVERSION?=	2.3.0
+PORTVERSION?=	2.3.2
 CATEGORIES?=	net-mgmt
 MASTER_SITES=	http://netmagis.org/files/
 PKGNAMESUFFIX?=	-common
@@ -17,10 +17,11 @@ LICENSE_PERMS=	dist-mirror dist-sell pkg
 
 RUN_DEPENDS+=	dtplite:${PORTSDIR}/devel/tcllib
 
+NO_ARCH?=	yes
 USES+=		pgsql:9.1+ tcl:85+
 WANT_PGSQL+=	pgtcl
 
-SLAVEDIRS= net-mgmt/netmagis-common \
+SLAVEDIRS=	net-mgmt/netmagis-common \
 	net-mgmt/netmagis-database \
 	net-mgmt/netmagis-detecteq \
 	net-mgmt/netmagis-metro \
@@ -29,8 +30,6 @@ SLAVEDIRS= net-mgmt/netmagis-common \
 	net-mgmt/netmagis-utils \
 	net-mgmt/netmagis-www
 
-NO_ARCH=	yes
-
 # Variables used in netmagis Makefiles
 MAKE_ARGS+=	DESTDIR=${STAGEDIR}${DESTDIR} PREFIX=${PREFIX}
 MAKE_ARGS+=	TCLSH=${TCLSH} TCLCONF=${TCL_LIBDIR}/tclConfig.sh

Modified: head/net-mgmt/netmagis-common/distinfo
==============================================================================
--- head/net-mgmt/netmagis-common/distinfo	Thu Oct 29 01:28:00 2015	(r400426)
+++ head/net-mgmt/netmagis-common/distinfo	Thu Oct 29 01:34:21 2015	(r400427)
@@ -1,2 +1,2 @@
-SHA256 (netmagis-2.3.0.tar.gz) = f79f15fedab8fbfcfd2cf5dae283d21df522f1b5d7036f82c20ef24f9592af88
-SIZE (netmagis-2.3.0.tar.gz) = 670725
+SHA256 (netmagis-2.3.2.tar.gz) = b3265112c3abf1e08e2727884747996c04ea2250b2395710d997014463110bd9
+SIZE (netmagis-2.3.2.tar.gz) = 685535

Modified: head/net-mgmt/netmagis-database/Makefile
==============================================================================
--- head/net-mgmt/netmagis-database/Makefile	Thu Oct 29 01:28:00 2015	(r400426)
+++ head/net-mgmt/netmagis-database/Makefile	Thu Oct 29 01:34:21 2015	(r400427)
@@ -15,8 +15,6 @@ WANT_PGSQL+=	server pltcl
 
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
-NO_ARCH=	yes
-
 PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${.CURDIR}/pkg-plist
 

Modified: head/net-mgmt/netmagis-detecteq/Makefile
==============================================================================
--- head/net-mgmt/netmagis-detecteq/Makefile	Thu Oct 29 01:28:00 2015	(r400426)
+++ head/net-mgmt/netmagis-detecteq/Makefile	Thu Oct 29 01:34:21 2015	(r400427)
@@ -10,8 +10,6 @@ RUN_DEPENDS=	netmagis-config:${PORTSDIR}
 
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
-NO_ARCH=	yes
-
 PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${.CURDIR}/pkg-plist
 

Modified: head/net-mgmt/netmagis-metro/Makefile
==============================================================================
--- head/net-mgmt/netmagis-metro/Makefile	Thu Oct 29 01:28:00 2015	(r400426)
+++ head/net-mgmt/netmagis-metro/Makefile	Thu Oct 29 01:34:21 2015	(r400427)
@@ -2,7 +2,6 @@
 # $FreeBSD$
 
 PORTNAME=	netmagis
-PORTREVISION=	1
 PKGNAMESUFFIX=	-metro
 
 COMMENT=	Netmagis metrology module
@@ -20,8 +19,6 @@ SHEBANG_FILES=	metro/bin/metrocreatedb m
 
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
-NO_ARCH=	yes
-
 PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${.CURDIR}/pkg-plist
 

Modified: head/net-mgmt/netmagis-topo/Makefile
==============================================================================
--- head/net-mgmt/netmagis-topo/Makefile	Thu Oct 29 01:28:00 2015	(r400426)
+++ head/net-mgmt/netmagis-topo/Makefile	Thu Oct 29 01:34:21 2015	(r400427)
@@ -10,6 +10,7 @@ RUN_DEPENDS=	netmagis-config:${PORTSDIR}
 		rancid-run:${PORTSDIR}/net-mgmt/rancid \
 		fping:${PORTSDIR}/net/fping
 
+NO_ARCH=	# no
 USE_RC_SUBR=	topographd toposendd
 SUB_LIST=	TCLSH=${TCLSH}
 

Modified: head/net-mgmt/netmagis-utils/Makefile
==============================================================================
--- head/net-mgmt/netmagis-utils/Makefile	Thu Oct 29 01:28:00 2015	(r400426)
+++ head/net-mgmt/netmagis-utils/Makefile	Thu Oct 29 01:34:21 2015	(r400427)
@@ -10,8 +10,6 @@ RUN_DEPENDS=	netmagis-config:${PORTSDIR}
 
 MASTERDIR=	${.CURDIR}/../netmagis-common
 
-NO_ARCH=	yes
-
 PLIST=		${.CURDIR}/pkg-plist
 
 .include "${MASTERDIR}/Makefile"

Modified: head/net-mgmt/netmagis-www/Makefile
==============================================================================
--- head/net-mgmt/netmagis-www/Makefile	Thu Oct 29 01:28:00 2015	(r400426)
+++ head/net-mgmt/netmagis-www/Makefile	Thu Oct 29 01:34:21 2015	(r400427)
@@ -13,6 +13,7 @@ RUN_DEPENDS=	netmagis-config:${PORTSDIR}
 		tDOM>=0.8.0:${PORTSDIR}/www/tdom \
 		${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
 
+NO_ARCH=	# no
 USE_TEX=	full
 
 MASTERDIR=	${.CURDIR}/../netmagis-common
@@ -20,4 +21,7 @@ MASTERDIR=	${.CURDIR}/../netmagis-common
 PKGMESSAGE=	${.CURDIR}/pkg-message
 PLIST=		${.CURDIR}/pkg-plist
 
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/htgtcl
+
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list