Fix PORTSCOUT=ignore:* uses throughout the tree

PORTSCOUT=ignore:1 is the only valid way syntax according to the
Portscout documentation. In disables the distfile version checks
completely. In order to ignore only certain version instead, it is
necessary to use other Portscout keys like skipv.

Also, remove the setting completely when it attempts to instruct
Portscout to skip versions older than the current one.

Approved by:	portmgr blanket
This commit is contained in:
Mateusz Piotrowski 2021-04-15 23:31:23 +02:00
parent 5f7f6aee6c
commit 8de3261ff5
6 changed files with 4 additions and 8 deletions

View file

@ -24,7 +24,7 @@ USE_GITHUB= yes
INSTALLS_ICONS= yes INSTALLS_ICONS= yes
PORTSCOUT= ignore:continuous PORTSCOUT= ignore:1
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \

View file

@ -18,7 +18,7 @@ GH_TAGNAME= e1902915c
GH_TUPLE= icsharpcode:NRefactory:3f78bdbed:nrefactory/NRefactory \ GH_TUPLE= icsharpcode:NRefactory:3f78bdbed:nrefactory/NRefactory \
jbevain:cecil:4770957a0:cecil/cecil jbevain:cecil:4770957a0:cecil/cecil
PORTSCOUT= ignore:mono-2.10.8 PORTSCOUT= skipv:mono-2.10.8
do-build: do-build:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \

View file

@ -18,6 +18,4 @@ USES= python:3.6+
USE_PYTHON= distutils autoplist USE_PYTHON= distutils autoplist
NO_ARCH= yes NO_ARCH= yes
PORTSCOUT= ignore:3.1.3
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -23,7 +23,7 @@ USE_GITHUB= yes
GH_ACCOUNT= maxrd2 GH_ACCOUNT= maxrd2
GH_PROJECT= SubtitleComposer GH_PROJECT= SubtitleComposer
PORTSCOUT= ignore:continuous PORTSCOUT= ignore:1
OPTIONS_GROUP= VIDEO OPTIONS_GROUP= VIDEO
VIDEO_DESC= Video players VIDEO_DESC= Video players

View file

@ -22,8 +22,6 @@ RUN_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
p5-Digest-MD4>0:security/p5-Digest-MD4 p5-Digest-MD4>0:security/p5-Digest-MD4
TEST_DEPENDS= p5-Module-Signature>0:security/p5-Module-Signature TEST_DEPENDS= p5-Module-Signature>0:security/p5-Module-Signature
PORTSCOUT= ignore:1.800201,1.8002
USES= perl5 USES= perl5
USE_PERL5= modbuildtiny USE_PERL5= modbuildtiny
USE_GITHUB= yes USE_GITHUB= yes

View file

@ -22,7 +22,7 @@ USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes NO_ARCH= yes
PORTSCOUT= ignore:15.01,14.12,14.08,14.06.1,14.06 PORTSCOUT= skipv:15.01,14.12,14.08,14.06.1,14.06
PORTEXAMPLES= utf8-data.yml utf8-schema.yml PORTEXAMPLES= utf8-data.yml utf8-schema.yml