diff options
Diffstat (limited to 'finance/homebox/Makefile')
-rw-r--r-- | finance/homebox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/homebox/Makefile b/finance/homebox/Makefile index 98973dd06a71..6147aa8e373a 100644 --- a/finance/homebox/Makefile +++ b/finance/homebox/Makefile @@ -1,10 +1,10 @@ PORTNAME= homebox DISTVERSIONPREFIX= v -DISTVERSION= 0.20.2 +DISTVERSION= 0.21.0 PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ -DISTFILES= ${PORTNAME}-${DISTVERSION}.frontend${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} MAINTAINER= dtxdf@FreeBSD.org COMMENT= Inventory and organization system built for the Home User @@ -40,7 +40,7 @@ PLIST_FILES= bin/${PORTNAME} \ # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the Homebox repository to get the value of GITID. -GITID= bd604f5867defe38d66a476226546f65f5e0e223 +GITID= 27e9eb2277b90783f6d3a03d4895ce7dec6f0fe9 HOMEBOX_USER= ${PORTNAME} HOMEBOX_GROUP= ${HOMEBOX_USER} |