diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-08 17:05:15 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-08 17:05:15 +0800 |
commit | faaac0db42d1da22ba59f628a1e29f2e00ea4367 (patch) | |
tree | a77b74f292c12d41f78b9ee7163ba78031669316 /editors | |
parent | 3f84c4ba7dc6f8f0f65b4b76f6b3a0f6faba2285 (diff) | |
download | freebsd-ports-gnome-faaac0db42d1da22ba59f628a1e29f2e00ea4367.tar.gz freebsd-ports-gnome-faaac0db42d1da22ba59f628a1e29f2e00ea4367.tar.zst freebsd-ports-gnome-faaac0db42d1da22ba59f628a1e29f2e00ea4367.zip |
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texworks/Makefile | 2 | ||||
-rw-r--r-- | editors/texworks/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index 5d929972db6a..73122ada7b67 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -3,6 +3,7 @@ PORTNAME= texworks PORTVERSION= 0.4.6 +DISTVERSIONPREFIX= release- CATEGORIES= editors MAINTAINER= hrs@FreeBSD.org @@ -16,7 +17,6 @@ LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 USES= pkgconfig qmake USE_GITHUB= yes GH_ACCOUNT= TeXworks -GH_TAGNAME= release-${PORTVERSION} USE_QT4= gui corelib rcc_build moc_build uic_build \ dbus xml scripttools designer_build QMAKE_ARGS= INSTALL_PREFIX=${PREFIX} \ diff --git a/editors/texworks/distinfo b/editors/texworks/distinfo index 00eea82cf6d9..6782f45c399f 100644 --- a/editors/texworks/distinfo +++ b/editors/texworks/distinfo @@ -1,2 +1,2 @@ -SHA256 (TeXworks-texworks-0.4.6-release-0.4.6_GH0.tar.gz) = 58650574c1e3234c38cddc3375f8043a83cc65075839030fc7089471af6a3bde -SIZE (TeXworks-texworks-0.4.6-release-0.4.6_GH0.tar.gz) = 11271881 +SHA256 (TeXworks-texworks-release-0.4.6_GH0.tar.gz) = 58650574c1e3234c38cddc3375f8043a83cc65075839030fc7089471af6a3bde +SIZE (TeXworks-texworks-release-0.4.6_GH0.tar.gz) = 11271881 |