diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-16 05:31:23 +0800 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-16 05:37:15 +0800 |
commit | 8de3261ff5457d4827da8e5f08e016001d5dc4b2 (patch) | |
tree | 937edeced67122b3a6301a6374e4d70d86f2748d /databases | |
parent | 5f7f6aee6ca5817ad4626b228c283f0289bec8b3 (diff) | |
download | freebsd-ports-gnome-8de3261ff5457d4827da8e5f08e016001d5dc4b2.tar.gz freebsd-ports-gnome-8de3261ff5457d4827da8e5f08e016001d5dc4b2.tar.zst freebsd-ports-gnome-8de3261ff5457d4827da8e5f08e016001d5dc4b2.zip |
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
Diffstat (limited to 'databases')
-rw-r--r-- | databases/sqlitebrowser/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlitebrowser/Makefile b/databases/sqlitebrowser/Makefile index 33cf0740e9c6..98588e0415f6 100644 --- a/databases/sqlitebrowser/Makefile +++ b/databases/sqlitebrowser/Makefile @@ -24,7 +24,7 @@ USE_GITHUB= yes INSTALLS_ICONS= yes -PORTSCOUT= ignore:continuous +PORTSCOUT= ignore:1 post-patch: @${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' \ |