diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-18 17:07:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-18 17:07:45 +0000 |
commit | f29a218fcd1fc4bf16d252f307eef4d729dd5dcc (patch) | |
tree | 912fc46258efb2d48bb6aedc0d0b7102da00f29c /graphics/tiled | |
parent | - Drop @dirrm* from plist (diff) |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=386691
Diffstat (limited to 'graphics/tiled')
-rw-r--r-- | graphics/tiled/Makefile | 4 | ||||
-rw-r--r-- | graphics/tiled/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/tiled/Makefile b/graphics/tiled/Makefile index 91d29a7fa182..75edb511486d 100644 --- a/graphics/tiled/Makefile +++ b/graphics/tiled/Makefile @@ -3,8 +3,8 @@ PORTNAME= tiled PORTVERSION= 0.11.0 +DISTVERSIONPREFIX= v CATEGORIES= graphics editors games -MASTER_SITES= https://github.com/bjorn/tiled/archive/v${PORTVERSION}/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= General purpose tile map editor @@ -13,6 +13,8 @@ USES= desktop-file-utils shared-mime-info qmake USE_QT4= corelib gui opengl \ linguisttools_build moc_build uic_build rcc_build USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= bjorn PORTDOCS= * diff --git a/graphics/tiled/distinfo b/graphics/tiled/distinfo index 56058b2b13ea..93910c8418ac 100644 --- a/graphics/tiled/distinfo +++ b/graphics/tiled/distinfo @@ -1,2 +1,2 @@ -SHA256 (tiled-0.11.0.tar.gz) = 0d4b028902dfe08f18b542bfd9eaaf08886c1f685b2e176f438c3bf9d72e410d -SIZE (tiled-0.11.0.tar.gz) = 2324668 +SHA256 (bjorn-tiled-v0.11.0_GH0.tar.gz) = 0d4b028902dfe08f18b542bfd9eaaf08886c1f685b2e176f438c3bf9d72e410d +SIZE (bjorn-tiled-v0.11.0_GH0.tar.gz) = 2324668 |