mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
Limit portscout in a few ports
devel/autoconf2.*: fix PORTSCOUT variable. print/hplip-plugin: portscout cannot find new versions and the version is always the same as print/hplip. security/mbedtls: limit portscout to stable versions. (also switch to new github account)
This commit is contained in:
parent
c46441f018
commit
ce183ffe23
@ -28,7 +28,7 @@ CONFIGURE_ENV= AWK=${AWK} \
|
||||
STRIP=
|
||||
DATADIR= ${PREFIX}/share/autoconf${VERSION}
|
||||
NO_ARCH= yes
|
||||
PORTSCOUT= ignore
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
WRKSRC= ${WRKDIR}/autoconf
|
||||
|
||||
|
@ -34,7 +34,7 @@ CONFIGURE_ENV= AWK=${AWK} \
|
||||
|
||||
DATADIR= ${PREFIX}/share/autoconf${VERSION}
|
||||
NO_ARCH= yes
|
||||
PORTSCOUT= ignore
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
PLIST_SUB= VERSION=${VERSION}
|
||||
|
||||
|
@ -20,6 +20,8 @@ ONLY_FOR_ARCHS= amd64 i386 # arm
|
||||
|
||||
RUN_DEPENDS= hp-plugin:print/hplip
|
||||
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
PLUGINS= fax/plugins/fax_marvell \
|
||||
prnt/plugins/hbpl1 \
|
||||
prnt/plugins/lj \
|
||||
|
@ -13,13 +13,15 @@ USES= gmake python:test shebangfix
|
||||
SHEBANG_FILES= scripts/*.py tests/scripts/*.py
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= ARMmbed
|
||||
GH_ACCOUNT= Mbed-TLS
|
||||
|
||||
ALL_TARGET= no_test
|
||||
TEST_TARGET= test
|
||||
MAKE_ENV= PYTHON=${PYTHON_CMD} SHARED=1
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PORTSCOUT= limit:^${PORTVERSION:R:S/./\./g}\.
|
||||
|
||||
post-patch:
|
||||
@${RM} ${WRKSRC}/include/mbedtls/*.orig
|
||||
@${REINPLACE_CMD} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user