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@gmail.com> (maintainer)
This commit is contained in:
parent
c498681484
commit
d659d4761b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400427
@ -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-mirror pkg-sell auto-accept
|
||||
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -15,8 +15,6 @@ WANT_PGSQL+= server pltcl
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../netmagis-common
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
|
@ -10,8 +10,6 @@ RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../netmagis-common
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netmagis
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -metro
|
||||
|
||||
COMMENT= Netmagis metrology module
|
||||
@ -20,8 +19,6 @@ SHEBANG_FILES= metro/bin/metrocreatedb metro/bin/metropoller metro/bin/metropoll
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../netmagis-common
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PKGMESSAGE= ${.CURDIR}/pkg-message
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
|
@ -10,6 +10,7 @@ RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
|
||||
rancid-run:${PORTSDIR}/net-mgmt/rancid \
|
||||
fping:${PORTSDIR}/net/fping
|
||||
|
||||
NO_ARCH= # no
|
||||
USE_RC_SUBR= topographd toposendd
|
||||
SUB_LIST= TCLSH=${TCLSH}
|
||||
|
||||
|
@ -10,8 +10,6 @@ RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../netmagis-common
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST= ${.CURDIR}/pkg-plist
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -13,6 +13,7 @@ RUN_DEPENDS= netmagis-config:${PORTSDIR}/net-mgmt/netmagis-common \
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user