View | Details | Raw Unified | Return to bug 171867
Collapse All | Expand All

(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (mod_auth_pubtkt-0.6.tar.gz) = e6856516924adfdf74e2d42296588e65385ce61c9c608424b1be496a6c908c54
1
SHA256 (mod_auth_pubtkt-0.8.tar.gz) = 6243e220a650147a49269970cfc1491e6c727f6e9ef4eb34673909783bc258b2
2
SIZE (mod_auth_pubtkt-0.6.tar.gz) = 33158
2
SIZE (mod_auth_pubtkt-0.8.tar.gz) = 54579
(-)Makefile (-4 / +1 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	mod_auth_pubtkt
8
PORTNAME=	mod_auth_pubtkt
9
PORTVERSION=	0.6
9
PORTVERSION=	0.8
10
PORTREVISION=	1
10
PORTREVISION=	1
11
CATEGORIES=	www
11
CATEGORIES=	www
12
MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
12
MASTER_SITES=	https://neon1.net/mod_auth_pubtkt/
13
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
13
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
14
DISTNAME=	mod_auth_pubtkt-${PORTVERSION}
15
14
16
MAINTAINER=	mk@neon1.net
15
MAINTAINER=	mk@neon1.net
17
COMMENT=	An Apache module to provide public key ticket based authentication
16
COMMENT=	An Apache module to provide public key ticket based authentication
Lines 22-27 Link Here
22
HAS_CONFIGURE=	yes
21
HAS_CONFIGURE=	yes
23
CONFIGURE_ARGS=	--apxs=${APXS}
22
CONFIGURE_ARGS=	--apxs=${APXS}
24
23
25
WRKSRC=	${WRKDIR}/${PORTNAME}
26
27
.include <bsd.port.mk>
24
.include <bsd.port.mk>

Return to bug 171867