Lines 1-7
Link Here
|
1 |
# $FreeBSD: head/dns/samba-nsupdate/Makefile 514130 2019-10-09 10:34:56Z bapt $ |
1 |
# $FreeBSD: head/dns/samba-nsupdate/Makefile 514130 2019-10-09 10:34:56Z bapt $ |
2 |
|
2 |
|
3 |
PORTNAME= nsupdate |
3 |
PORTNAME= nsupdate |
4 |
PORTVERSION= 9.16.3 |
4 |
PORTVERSION= 9.14.2 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 1 |
6 |
CATEGORIES= dns net |
6 |
CATEGORIES= dns net |
7 |
MASTER_SITES= ISC/bind9/${ISCVERSION} |
7 |
MASTER_SITES= ISC/bind9/${ISCVERSION} |
Lines 14-22
Link Here
|
14 |
LICENSE= MPL20 |
14 |
LICENSE= MPL20 |
15 |
LICENSE_FILE= ${WRKSRC}/COPYRIGHT |
15 |
LICENSE_FILE= ${WRKSRC}/COPYRIGHT |
16 |
|
16 |
|
17 |
USES= compiler:c11 cpe libedit autoreconf libtool pkgconfig ssl tar:xz |
17 |
USES= compiler:c11 cpe libedit autoreconf libtool pkgconfig ssl |
18 |
# ISC releases things like 9.8.0-P1, which our versioning doesn't like |
18 |
# ISC releases things like 9.8.0-P1, which our versioning doesn't like |
19 |
ISCVERSION= 9.16.3 |
19 |
ISCVERSION= 9.14.2 |
20 |
|
20 |
|
21 |
CPE_VENDOR= isc |
21 |
CPE_VENDOR= isc |
22 |
CPE_VERSION= ${ISCVERSION:C/-.*//} |
22 |
CPE_VERSION= ${ISCVERSION:C/-.*//} |