diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-06-08 06:29:01 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-06-08 06:29:01 +0800 |
commit | e7613df55dd5efc7ad88a38fd8197b146424999f (patch) | |
tree | cc40da70afadc29f714c7e3641acd7e2a7a90866 /textproc | |
parent | 4f910b051eb09c7cb339634eab6241372e1c6d35 (diff) | |
download | freebsd-ports-gnome-e7613df55dd5efc7ad88a38fd8197b146424999f.tar.gz freebsd-ports-gnome-e7613df55dd5efc7ad88a38fd8197b146424999f.tar.zst freebsd-ports-gnome-e7613df55dd5efc7ad88a38fd8197b146424999f.zip |
Fix ports using GH_TAGNAME=master to depend on a known hash
instead of a branch that changes.
With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-elib.intl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-elib.intl/Makefile b/textproc/py-elib.intl/Makefile index b3737ff6956f..104667a9e8b4 100644 --- a/textproc/py-elib.intl/Makefile +++ b/textproc/py-elib.intl/Makefile @@ -12,7 +12,7 @@ COMMENT= Enhanced internationalization services for Python modules LICENSE= LGPL3 GH_ACCOUNT= dieterv -GH_TAGNAME= master +GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= d09997c USE_GITHUB= yes |