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

(-)mod_proctitle/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (mod_proctitle-0.4.1.tar.bz2) = 874c3cdb00de53764287c4db3abe858712c2ccac61eb08736ba277e6890fb7b0
1
TIMESTAMP = 1596383682
2
SIZE (mod_proctitle-0.4.1.tar.bz2) = 225694
2
SHA256 (MirLach-mod_proctitle-0.4.1_GH0.tar.gz) = 4e76441becafb684ae8b83b47006b8e9d6aec25a45d3abd7ef6a6d36fb2c4106
3
SIZE (MirLach-mod_proctitle-0.4.1_GH0.tar.gz) = 7264
(-)mod_proctitle/Makefile (-6 / +4 lines)
Lines 5-24 Link Here
5
PORTVERSION=	0.4.1
5
PORTVERSION=	0.4.1
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	www
7
CATEGORIES=	www
8
MASTER_SITES=	ftp://ftp.springdaemons.com/soft/
9
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
10
9
11
MAINTAINER=	apache@FreeBSD.org
10
MAINTAINER=	000.fbsd@quip.cz
12
COMMENT=	Set httpd process titles to reflect currently processed request
11
COMMENT=	Set httpd process titles to reflect currently processed request
13
12
14
BROKEN=		unfetchable
13
USE_GITHUB=	yes
15
DEPRECATED=	Broken for more than 6 months
14
GH_ACCOUNT=	MirLach
16
EXPIRATION_DATE=	2020-05-05
17
15
18
LICENSE=	BSD2CLAUSE
16
LICENSE=	BSD2CLAUSE
19
17
20
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
21
USES=		apache:2.2+ tar:bzip2
19
USES=		apache:2.2+ tar:bzip2 autoreconf libtool
22
20
23
CFLAGS+=	-I${LOCALBASE}/include \
21
CFLAGS+=	-I${LOCALBASE}/include \
24
		-I${LOCALBASE}/include/apr-1
22
		-I${LOCALBASE}/include/apr-1
(-)mod_proctitle/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
processed, so they will be visible in top(1) or ps(1). Useful for
2
processed, so they will be visible in top(1) or ps(1). Useful for
3
debugging purposes.
3
debugging purposes.
4
4
5
WWW: https://github.com/stass/mod_proctitle
5
WWW: https://github.com/MirLach/mod_proctitle

Return to bug 248435