Lines 1-11
Link Here
|
1 |
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |
1 |
# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> |
2 |
|
2 |
|
3 |
PORTNAME= opendmarc |
3 |
PORTNAME= opendmarc |
4 |
PORTVERSION= 1.3.2 |
4 |
PORTVERSION= 1.4.1.1 |
5 |
PORTREVISION= 2 |
|
|
6 |
CATEGORIES= mail security |
5 |
CATEGORIES= mail security |
7 |
MASTER_SITES= SF/${PORTNAME} \ |
|
|
8 |
SF/${PORTNAME}/Previous%20Releases |
9 |
|
6 |
|
10 |
MAINTAINER= freebsd@gushi.org |
7 |
MAINTAINER= freebsd@gushi.org |
11 |
COMMENT= DMARC library and milter implementation |
8 |
COMMENT= DMARC library and milter implementation |
Lines 23-31
Link Here
|
23 |
LICENSE_NAME_SENDMAIL= Sendmail Open Source License |
20 |
LICENSE_NAME_SENDMAIL= Sendmail Open Source License |
24 |
LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
21 |
LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
25 |
|
22 |
|
26 |
USES= libtool perl5 shebangfix |
23 |
USES= autoreconf libtool perl5 shebangfix |
27 |
USE_LDCONFIG= yes |
24 |
USE_LDCONFIG= yes |
28 |
USE_RC_SUBR= opendmarc |
25 |
USE_RC_SUBR= opendmarc |
|
|
26 |
|
27 |
USE_GITHUB= yes |
28 |
GH_ACCOUNT= trusteddomainproject |
29 |
GH_PROJECT= OpenDMARC |
30 |
GH_TAGNAME= rel-${PORTNAME}-${DISTVERSION:S/./-/g} |
31 |
|
32 |
PATCH_SITES= https://github.com/glts/${PORTNAME}/commit/ |
33 |
PATCHFILES= afa44abe68afe5ce29b6418538a60a642f39e459.patch:-p1 \ |
34 |
4ea4b219c6c93dbfd512b1caa433f5a810fdb436.patch:-p1 \ |
35 |
1245589ad44baadb3eb18ce110932da8c6fe286c.patch:-p1 |
29 |
|
36 |
|
30 |
GNU_CONFIGURE= yes |
37 |
GNU_CONFIGURE= yes |
31 |
|
38 |
|