diff options
author | truckman <truckman@FreeBSD.org> | 2015-09-05 22:51:21 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2015-09-05 22:51:21 +0800 |
commit | 22fa74b67a6ecedfb0f786781eff0ae89995c8f3 (patch) | |
tree | bb72253b6431df2c63be85d716446d426caf7cfe /devel | |
parent | 2bbc2a6a69ae7d2fab73e3bcc77eabf7aff289c2 (diff) | |
download | freebsd-ports-graphics-22fa74b67a6ecedfb0f786781eff0ae89995c8f3.tar.gz freebsd-ports-graphics-22fa74b67a6ecedfb0f786781eff0ae89995c8f3.tar.zst freebsd-ports-graphics-22fa74b67a6ecedfb0f786781eff0ae89995c8f3.zip |
Upgrade to 4.12.20150309.
Fetch distfile from GitHub.
PR: 198569
Submitted by: pfg
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dmake/Makefile | 9 | ||||
-rw-r--r-- | devel/dmake/distinfo | 4 | ||||
-rw-r--r-- | devel/dmake/pkg-descr | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile index 59e9b55e74e..6df1cffc51a 100644 --- a/devel/dmake/Makefile +++ b/devel/dmake/Makefile @@ -2,17 +2,20 @@ # $FreeBSD$ PORTNAME= dmake -PORTVERSION= 4.12.2 +PORTVERSION= 4.12.20150309 CATEGORIES= devel -MASTER_SITES= http://dmake.apache-extras.org.codespot.com/files/ MAINTAINER= office@FreeBSD.org COMMENT= Another hyper make utility LICENSE= GPLv1 -USES= tar:bzip2 +USE_GITHUB= yes +GH_ACCOUNT= mohawk2 +GH_PROJECT= dmake +GH_TAGNAME= e5588b0 +USES= autoreconf:autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datarootdir=${DATADIR} diff --git a/devel/dmake/distinfo b/devel/dmake/distinfo index f6e30d31d99..45f417771e2 100644 --- a/devel/dmake/distinfo +++ b/devel/dmake/distinfo @@ -1,2 +1,2 @@ -SHA256 (dmake-4.12.2.tar.bz2) = 2fcbf389a9baaec25a973bd0d9e338069ad427b17d2adc7dc023efb034e96057 -SIZE (dmake-4.12.2.tar.bz2) = 461738 +SHA256 (mohawk2-dmake-4.12.20150309-e5588b0_GH0.tar.gz) = c8dc88afe474b0aa672b2300788551fb1bbc9edfe900a6467e411d1cb7715bc9 +SIZE (mohawk2-dmake-4.12.20150309-e5588b0_GH0.tar.gz) = 582477 diff --git a/devel/dmake/pkg-descr b/devel/dmake/pkg-descr index d118acea670..6b88f75d99b 100644 --- a/devel/dmake/pkg-descr +++ b/devel/dmake/pkg-descr @@ -6,7 +6,7 @@ significant enhancements. The original author(s) were WTICorp.com, but they appear to have lost interest in maintaining the code. -This port installs the version maintained by the Apache OpenOffice.org -project. +This port installs the version previously maintained by the Apache +OpenOffice project. -WWW: http://code.google.com/a/apache-extras.org/p/dmake/ +WWW: https://github.com/mohawk2/dmake/ |