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

(-)Makefile (-4 / +3 lines)
Lines 2-13 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	doxygen
4
PORTNAME=	doxygen
5
PORTVERSION=	1.8.14
5
PORTVERSION=	1.8.15
6
PORTREVISION=	1
7
PORTEPOCH=	2
6
PORTEPOCH=	2
8
CATEGORIES=	devel
7
CATEGORIES=	devel
9
MASTER_SITES=	ftp://ftp.stack.nl/pub/users/dimitri/ \
8
MASTER_SITES=	http://doxygen.nl/files/
10
		http://ftp.stack.nl/pub/users/dimitri/
11
EXTRACT_SUFX=	.src.tar.gz
9
EXTRACT_SUFX=	.src.tar.gz
12
10
13
MAINTAINER=	cyberbotx@cyberbotx.com
11
MAINTAINER=	cyberbotx@cyberbotx.com
Lines 17-22 Link Here
17
LICENSE_FILE=	${WRKSRC}/LICENSE
15
LICENSE_FILE=	${WRKSRC}/LICENSE
18
16
19
USES=		bison cmake:noninja compiler:c++11-lang iconv python shebangfix
17
USES=		bison cmake:noninja compiler:c++11-lang iconv python shebangfix
18
20
ALL_TARGET=	all
19
ALL_TARGET=	all
21
CMAKE_ARGS+=	-DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL}
20
CMAKE_ARGS+=	-DDOC_INSTALL_DIR:PATH=${DOCSDIR_REL}
22
# Parallel jobs breaks when the DOCS option is on
21
# Parallel jobs breaks when the DOCS option is on
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516157551
1
TIMESTAMP = 1550430912
2
SHA256 (doxygen-1.8.14.src.tar.gz) = d1757e02755ef6f56fd45f1f4398598b920381948d6fcfa58f5ca6aa56f59d4d
2
SHA256 (doxygen-1.8.15.src.tar.gz) = bd9c0ec462b6a9b5b41ede97bede5458e0d7bb40d4cfa27f6f622eb33c59245d
3
SIZE (doxygen-1.8.14.src.tar.gz) = 4877980
3
SIZE (doxygen-1.8.15.src.tar.gz) = 5097791

Return to bug 236110