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

Collapse All | Expand All

(-)devel/dmake/Makefile (-4 / +6 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dmake
4
PORTNAME=	dmake
5
PORTVERSION=	4.12.20150309
5
PORTVERSION=	4.12.3
6
PORTEPOCH=	1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
8
8
MAINTAINER=	office@FreeBSD.org
9
MAINTAINER=	office@FreeBSD.org
Lines 11-21 Link Here
11
LICENSE=	GPLv1
12
LICENSE=	GPLv1
12
LICENSE_FILE=	${WRKSRC}/readme/license.txt
13
LICENSE_FILE=	${WRKSRC}/readme/license.txt
13
14
15
USES=		autoreconf
16
14
USE_GITHUB=	yes
17
USE_GITHUB=	yes
15
GH_ACCOUNT=	mohawk2
18
GH_ACCOUNT=	jimjag
16
GH_TAGNAME=	e5588b0
19
GH_TAGNAME=	b4e5352
17
20
18
USES=		autoreconf
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
20
CONFIGURE_ARGS+=	--datarootdir=${DATADIR}
22
CONFIGURE_ARGS+=	--datarootdir=${DATADIR}
21
23
(-)devel/dmake/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (mohawk2-dmake-4.12.20150309-e5588b0_GH0.tar.gz) = c8dc88afe474b0aa672b2300788551fb1bbc9edfe900a6467e411d1cb7715bc9
1
TIMESTAMP = 1572116833
2
SIZE (mohawk2-dmake-4.12.20150309-e5588b0_GH0.tar.gz) = 582477
2
SHA256 (jimjag-dmake-4.12.3-b4e5352_GH0.tar.gz) = 3c7c96aab26be3762cbdf54aad20be394a9b6bd6a92965bba7c9e0abd374264a
3
SIZE (jimjag-dmake-4.12.3-b4e5352_GH0.tar.gz) = 659050
(-)devel/dmake/pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
This port installs the version previously maintained by the Apache
9
This port installs the version previously maintained by the Apache
10
OpenOffice project.
10
OpenOffice project.
11
11
12
WWW: https://github.com/mohawk2/dmake
12
WWW: https://www.openoffice.org/tools/dmake/

Return to bug 223153