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

Collapse All | Expand All

(-)devel/dmake/Makefile (-3 / +7 lines)
Lines 2-10 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	dmake
4
PORTNAME=	dmake
5
PORTVERSION=	4.12.2
5
PORTVERSION=	4.12.20150309
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	http://dmake.apache-extras.org.codespot.com/files/
8
7
9
MAINTAINER=	office@FreeBSD.org
8
MAINTAINER=	office@FreeBSD.org
10
COMMENT=	Another hyper make utility
9
COMMENT=	Another hyper make utility
Lines 11-18 Link Here
11
10
12
LICENSE=	GPLv1
11
LICENSE=	GPLv1
13
12
14
USES=        tar:bzip2
13
USE_GITHUB=     yes
14
GH_ACCOUNT=	mohawk2
15
GH_PROJECT=	dmake
16
GH_TAGNAME=	${GH_COMMIT}
17
GH_COMMIT=	e5588b0
15
18
19
USES=		autoreconf
16
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
17
CONFIGURE_ARGS+=	--datarootdir=${DATADIR}
21
CONFIGURE_ARGS+=	--datarootdir=${DATADIR}
18
22
(-)devel/dmake/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dmake-4.12.2.tar.bz2) = 2fcbf389a9baaec25a973bd0d9e338069ad427b17d2adc7dc023efb034e96057
1
SHA256 (dmake-4.12.20150309.tar.gz) = a0e1df02c5a943540a5d2947f90cc46b862c06e801f3a833d5257155125cd86e
2
SIZE (dmake-4.12.2.tar.bz2) = 461738
2
SIZE (dmake-4.12.20150309.tar.gz) = 582669
(-)devel/dmake/pkg-descr (-3 / +3 lines)
Lines 6-12 Link Here
6
The original author(s) were WTICorp.com, but they appear to have lost
6
The original author(s) were WTICorp.com, but they appear to have lost
7
interest in maintaining the code.
7
interest in maintaining the code.
8
8
9
This port installs the version maintained by the Apache OpenOffice.org
9
This port installs the version previously maintained by the Apache 
10
project.
10
OpenOffice project.
11
11
12
WWW: http://code.google.com/a/apache-extras.org/p/dmake/
12
WWW: https://github.com/mohawk2/dmake/

Return to bug 198569