mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
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:
parent
5f7f6aee6c
commit
8de3261ff5
6 changed files with 4 additions and 8 deletions
|
@ -24,7 +24,7 @@ USE_GITHUB= yes
|
|||
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
PORTSCOUT= ignore:continuous
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \
|
||||
|
|
|
@ -18,7 +18,7 @@ GH_TAGNAME= e1902915c
|
|||
GH_TUPLE= icsharpcode:NRefactory:3f78bdbed:nrefactory/NRefactory \
|
||||
jbevain:cecil:4770957a0:cecil/cecil
|
||||
|
||||
PORTSCOUT= ignore:mono-2.10.8
|
||||
PORTSCOUT= skipv:mono-2.10.8
|
||||
|
||||
do-build:
|
||||
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
|
||||
|
|
|
@ -18,6 +18,4 @@ USES= python:3.6+
|
|||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= ignore:3.1.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -23,7 +23,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= maxrd2
|
||||
GH_PROJECT= SubtitleComposer
|
||||
|
||||
PORTSCOUT= ignore:continuous
|
||||
PORTSCOUT= ignore:1
|
||||
|
||||
OPTIONS_GROUP= VIDEO
|
||||
VIDEO_DESC= Video players
|
||||
|
|
|
@ -22,8 +22,6 @@ RUN_DEPENDS= p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
|
|||
p5-Digest-MD4>0:security/p5-Digest-MD4
|
||||
TEST_DEPENDS= p5-Module-Signature>0:security/p5-Module-Signature
|
||||
|
||||
PORTSCOUT= ignore:1.800201,1.8002
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= modbuildtiny
|
||||
USE_GITHUB= yes
|
||||
|
|
|
@ -22,7 +22,7 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue