diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:15:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-06-05 02:15:13 +0800 |
commit | 0c57ed26159fac016e6285faaec895e09102ea18 (patch) | |
tree | 9e783ad2670aa618eef4f0701e844efa4d184732 /security | |
parent | 0894c5c256e3c7cbe6730e063fb2c49fce16e15d (diff) | |
download | freebsd-ports-gnome-0c57ed26159fac016e6285faaec895e09102ea18.tar.gz freebsd-ports-gnome-0c57ed26159fac016e6285faaec895e09102ea18.tar.zst freebsd-ports-gnome-0c57ed26159fac016e6285faaec895e09102ea18.zip |
Fix LICENSE_FILE
- Fix and update WWW
Approved by: portmgr (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Net-SinFP/Makefile | 2 | ||||
-rw-r--r-- | security/p5-Net-SinFP/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index 827a69429433..cdcabd7ca6b2 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -25,7 +25,7 @@ MAINTAINER= sbz@FreeBSD.org COMMENT= Full operating system stack fingerprinting suite LICENSE= ART10 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE.Artistic NOT_FOR_ARCHS= powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= does not support big-endian architectures diff --git a/security/p5-Net-SinFP/pkg-descr b/security/p5-Net-SinFP/pkg-descr index bebc7aaf4907..e04337ebec3f 100644 --- a/security/p5-Net-SinFP/pkg-descr +++ b/security/p5-Net-SinFP/pkg-descr @@ -12,4 +12,4 @@ operating system. That is, it only requires one open TCP port, sends only fully standard TCP packets, and limits the number of tests to 2 or 3 (with only 1 test giving the OS reliably in most cases). -WWW: http://search.cpan.org/dist/Net-SinFP/ +WWW: https://metacpan.org/release/GOMOR/Net-SinFP-2.10 |