View | Details | Raw Unified | Return to bug 194133 | Differences between
and this patch

Collapse All | Expand All

(-)./Makefile (-3 / +18 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	pam_ocra
4
PORTNAME=	pam_ocra
5
PORTVERSION=	1.0
5
PORTVERSION=	1.1
6
CATEGORIES=	security
6
CATEGORIES=	security
7
7
8
MAINTAINER=	sg2342@googlemail.com
8
MAINTAINER=	sg2342@googlemail.com
Lines 13-21 Link Here
13
USES=		uidfix
13
USES=		uidfix
14
14
15
USE_GITHUB=	yes
15
USE_GITHUB=	yes
16
16
GH_ACCOUNT=	sg2342
17
GH_ACCOUNT=	sg2342
17
GH_PROJECT=	pam_ocra
18
GH_PROJECT=	pam_ocra
18
GH_COMMIT=	abacd1d
19
GH_COMMIT=	d8b4ad3
19
20
20
PLIST_FILES=	lib/pam_ocra.so \
21
PLIST_FILES=	lib/pam_ocra.so \
21
		lib/pam_ocra.so.0 \
22
		lib/pam_ocra.so.0 \
Lines 23-26 Link Here
23
		man/man8/pam_ocra.8.gz \
24
		man/man8/pam_ocra.8.gz \
24
		man/man8/ocra_tool.8.gz
25
		man/man8/ocra_tool.8.gz
25
26
26
.include <bsd.port.mk>
27
.include <bsd.port.pre.mk>
28
29
.if ${OSVERSION} < 1000015
30
WITH_OPENSSL_PORT=	yes
31
CFLAGS+=	-I${OPENSSLINC}
32
LDFLAGS+=	-L${OPENSSLLIB}
33
.endif
34
35
# we need to .include bsd.openssl.mk manually here.because USE_OPENSSL only
36
# works when it is defined before bsd.port{.pre}.mk is .included.
37
# This makes it currently impossible to combine this macro with OSVERSION to
38
# conditionally select WITH_OPENSSL_PORT for OSVERSIONS before 1000015.
39
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
40
41
.include <bsd.port.post.mk>
(-)./distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (pam_ocra-1.0.tar.gz) = 0d11ee2cb7a999d1f28c9c4370ffc138aea2fff310b16abc60d3fd0c994ed271
1
SHA256 (pam_ocra-1.1.tar.gz) = b997af1805d0b724f037fecd74da7b73a0ab64063b3e1fe606f5b1c781731f65
2
SIZE (pam_ocra-1.0.tar.gz) = 13353
2
SIZE (pam_ocra-1.1.tar.gz) = 14358

Return to bug 194133