diff options
Diffstat (limited to 'www/tinyauth/Makefile')
-rw-r--r-- | www/tinyauth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/tinyauth/Makefile b/www/tinyauth/Makefile index deb93522b649..ac7704faf85c 100644 --- a/www/tinyauth/Makefile +++ b/www/tinyauth/Makefile @@ -1,9 +1,9 @@ PORTNAME= tinyauth DISTVERSIONPREFIX= v -DISTVERSION= 3.4.1 +DISTVERSION= 3.6.0 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ -DISTFILES= ${PORTNAME}-${DISTVERSION}.frontend${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Simplest way to protect your apps with a login screen @@ -35,7 +35,7 @@ PLIST_FILES= bin/${PORTNAME} # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the Tinyauth repository to get the value of GITID. -GITID= 9eb296f14644267410655122e8aff6f0db83371a +GITID= fe440a6f2e15233c4f3b942da910d5366b28dd08 BUILD_DATE= $$(date -u '+%Y-%m-%dT%H:%M:%S') |