diff options
author | mat <mat@FreeBSD.org> | 2017-08-21 21:14:02 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-08-21 21:14:02 +0800 |
commit | 0f34c5b91d625d06b13a8b457ca91d2a821387a4 (patch) | |
tree | 7dca9de72996671592878fdd1a1b098b1b42aaae /mail/mailhog | |
parent | 71ae49de610f168d6da2b6642394a62d4be571c9 (diff) | |
download | freebsd-ports-gnome-0f34c5b91d625d06b13a8b457ca91d2a821387a4.tar.gz freebsd-ports-gnome-0f34c5b91d625d06b13a8b457ca91d2a821387a4.tar.zst freebsd-ports-gnome-0f34c5b91d625d06b13a8b457ca91d2a821387a4.zip |
Don't set WRKSRC when USE_GITHUB. Use the correct GH_ACCOUNT/GH_PROJECT,
and use WRKSRC_SUBDIR.
Sponsored by: Absolight
Diffstat (limited to 'mail/mailhog')
-rw-r--r-- | mail/mailhog/Makefile | 3 | ||||
-rw-r--r-- | mail/mailhog/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/mailhog/Makefile b/mail/mailhog/Makefile index c8c8d2f6ee70..91fb4073c375 100644 --- a/mail/mailhog/Makefile +++ b/mail/mailhog/Makefile @@ -16,6 +16,7 @@ USES= go USE_RC_SUBR= mailhog USE_GITHUB= yes GH_ACCOUNT= mailhog +GH_PROJECT= MailHog GH_SUBDIR= src/github.com/mailhog/MailHog GH_TUPLE= gorilla:pat:cf955c3:pat/src/github.com/gorilla/pat \ gorilla:context:08b5f42:context/src/github.com/gorilla/context \ @@ -38,8 +39,6 @@ GH_TUPLE= gorilla:pat:cf955c3:pat/src/github.com/gorilla/pat \ golang:crypto:eb71ad9:crypto/src/golang.org/x/crypto \ go-mgo:mgo:3f83fa5:mgo/src/gopkg.in/mgo.v2 -WRKSRC= ${WRKDIR}/MailHog-${DISTVERSION} - PLIST_FILES= bin/${PORTNAME} SUB_FILES= pkg-message diff --git a/mail/mailhog/distinfo b/mail/mailhog/distinfo index 19e686b658cc..00de555c81f2 100644 --- a/mail/mailhog/distinfo +++ b/mail/mailhog/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1503216575 -SHA256 (mailhog-mailhog-v1.0.0_GH0.tar.gz) = 472bf0895f33d49ec8f9bf665fdbda317e57855e846e38e6a6b8dcecdacd7bc5 -SIZE (mailhog-mailhog-v1.0.0_GH0.tar.gz) = 140803 +TIMESTAMP = 1503321114 +SHA256 (mailhog-MailHog-v1.0.0_GH0.tar.gz) = 472bf0895f33d49ec8f9bf665fdbda317e57855e846e38e6a6b8dcecdacd7bc5 +SIZE (mailhog-MailHog-v1.0.0_GH0.tar.gz) = 140803 SHA256 (gorilla-pat-cf955c3_GH0.tar.gz) = 7c6dacd45161d6446496c94459398e991f3e717a479bff87c88520c4b0920840 SIZE (gorilla-pat-cf955c3_GH0.tar.gz) = 4499 SHA256 (gorilla-context-08b5f42_GH0.tar.gz) = 27045aa6da0128aded8e81242630f59a90e0b1840000d31a3b7c5c4e57559df6 |