diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-21 04:34:29 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-21 04:34:29 +0800 |
commit | d4b9d93dd9a4711221556bac98b1f6e9d0aea487 (patch) | |
tree | 965a598cb09027f3ade932a986f93b6900a55e22 /x11-fonts | |
parent | 9aed8f4bf6208b88ed82f28f01db03ddcc1e2f0e (diff) | |
download | freebsd-ports-gnome-d4b9d93dd9a4711221556bac98b1f6e9d0aea487.tar.gz freebsd-ports-gnome-d4b9d93dd9a4711221556bac98b1f6e9d0aea487.tar.zst freebsd-ports-gnome-d4b9d93dd9a4711221556bac98b1f6e9d0aea487.zip |
USE_GITHUB: Strip slashes from GH_TAGNAME which impacts WRKSRC and DISTNAME.
The DISTNAME setting in bsd.sites.mk was moved lower due to GH_TAGNAME using
:= and DISTNAME depending on GH_TAGNAME.
With hat: portmgr
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/sourcesanspro-ttf/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/sourcesanspro-ttf/distinfo | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/sourcesanspro-ttf/Makefile b/x11-fonts/sourcesanspro-ttf/Makefile index cdec6c556e15..9f991a3e7d52 100644 --- a/x11-fonts/sourcesanspro-ttf/Makefile +++ b/x11-fonts/sourcesanspro-ttf/Makefile @@ -14,7 +14,6 @@ USE_GITHUB= yes GH_ACCOUNT= adobe-fonts GH_PROJECT= source-sans-pro GH_TAGNAME= 2.010R-ro/1.065R-it -WRKSRC= ${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME:S,/,-,} NO_BUILD= yes USES= fonts diff --git a/x11-fonts/sourcesanspro-ttf/distinfo b/x11-fonts/sourcesanspro-ttf/distinfo index 789868bbdf34..3434a16c74b7 100644 --- a/x11-fonts/sourcesanspro-ttf/distinfo +++ b/x11-fonts/sourcesanspro-ttf/distinfo @@ -1,2 +1,2 @@ -SHA256 (adobe-fonts-source-sans-pro-1.065-2.010R-ro/1.065R-it_GH0.tar.gz) = e29660947d1a77bc2682b6036cfa4d644d9cdf00a272baaf60dda56e547c79e8 -SIZE (adobe-fonts-source-sans-pro-1.065-2.010R-ro/1.065R-it_GH0.tar.gz) = 5503301 +SHA256 (adobe-fonts-source-sans-pro-1.065-2.010R-ro-1.065R-it_GH0.tar.gz) = e29660947d1a77bc2682b6036cfa4d644d9cdf00a272baaf60dda56e547c79e8 +SIZE (adobe-fonts-source-sans-pro-1.065-2.010R-ro-1.065R-it_GH0.tar.gz) = 5503301 |