Update to 1.0.8.
This commit is contained in:
parent
92e4358252
commit
00080f3103
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182881
2 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= bfilter
|
||||
PORTVERSION= 1.0.7
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -21,6 +21,8 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
MAN8= bfilter.8
|
||||
USE_RC_SUBR= bfilter.sh
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
|
@ -36,7 +38,7 @@ PLIST_SUB+= GUI="@comment "
|
|||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \
|
||||
@${REINPLACE_CMD} -e 's|"pthreads.*pthread-config"|"${PTHREAD_LIBS}"|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (bfilter-1.0.7.tar.gz) = e8aad910149e531015fc33e53406e82d
|
||||
SHA256 (bfilter-1.0.7.tar.gz) = 3bc389372daa59b4d8a0e9e4a240d59bd267ad2abd041188700d205f78e7480d
|
||||
SIZE (bfilter-1.0.7.tar.gz) = 2830864
|
||||
MD5 (bfilter-1.0.8.tar.gz) = e5c1546bdd91c73a9aa28891cbaee0dd
|
||||
SHA256 (bfilter-1.0.8.tar.gz) = 55f83b235e28e4a30ad25410989288a8c7ffb777423d704d18a0812a1d395104
|
||||
SIZE (bfilter-1.0.8.tar.gz) = 2870357
|
||||
|
|
Loading…
Reference in a new issue