Update net/packit (maintainer): 0.6.0 -> 0.6.0c
Update net/packit (maintainer): 0.6.0 -> 0.6.0c Bug fixes in this release PR: ports/52919 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
This commit is contained in:
parent
bdee6a4e67
commit
13980d0678
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82244
4 changed files with 22 additions and 18 deletions
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= packit
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.6.0c
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://packit.sourceforge.net/
|
||||
DISTNAME= ${PORTNAME}-latest
|
||||
MASTER_SITES= http://packit.sourceforge.net/downloads/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ponomarew@oberon.net
|
||||
|
@ -18,15 +17,18 @@ COMMENT= Network auditing tool
|
|||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
|
||||
|
||||
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN8= packit.8
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if defined(WITHOUT_CAPTURE)
|
||||
CONFIGURE_ARGS+= --without-capture
|
||||
.endif
|
||||
.if defined(WITHOUT_INJECTION)
|
||||
CONFIGURE_ARGS+= --without-injection
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (packit-latest.tgz) = fd7436accc01e0dcb127df1f20a457d3
|
||||
MD5 (packit-0.6.0c.tgz) = 972946d7134c1a35ff1a7308cbafa9ca
|
||||
|
|
|
@ -6,10 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= packit
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.6.0c
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://packit.sourceforge.net/
|
||||
DISTNAME= ${PORTNAME}-latest
|
||||
MASTER_SITES= http://packit.sourceforge.net/downloads/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ponomarew@oberon.net
|
||||
|
@ -18,15 +17,18 @@ COMMENT= Network auditing tool
|
|||
BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel
|
||||
|
||||
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet-config
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAN8= packit.8
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if defined(WITHOUT_CAPTURE)
|
||||
CONFIGURE_ARGS+= --without-capture
|
||||
.endif
|
||||
.if defined(WITHOUT_INJECTION)
|
||||
CONFIGURE_ARGS+= --without-injection
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} ""
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (packit-latest.tgz) = fd7436accc01e0dcb127df1f20a457d3
|
||||
MD5 (packit-0.6.0c.tgz) = 972946d7134c1a35ff1a7308cbafa9ca
|
||||
|
|
Loading…
Reference in a new issue