diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-09-29 03:44:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-09-29 03:44:05 +0000 |
commit | e78331a9633a7ed466ae2d0bd2c29828eb112eae (patch) | |
tree | b96ac17f4ec6a977031d1dcf40e70ad8aecbcbd2 /devel/android-tools-fastboot-devel/Makefile | |
parent | 3d06e607e50b96cc1d568a1ed15bd407877697a0 (diff) |
Notes
Diffstat (limited to 'devel/android-tools-fastboot-devel/Makefile')
-rw-r--r-- | devel/android-tools-fastboot-devel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/android-tools-fastboot-devel/Makefile b/devel/android-tools-fastboot-devel/Makefile index bbb12f041fe6..1b2c1ba43ec9 100644 --- a/devel/android-tools-fastboot-devel/Makefile +++ b/devel/android-tools-fastboot-devel/Makefile @@ -1,14 +1,14 @@ # $FreeBSD$ # Hint: git describe --abbrev=12 --match android-n-preview-5 -DISTVERSION= n-preview-5-126 -DISTVERSIONSUFFIX= -g2f21b7cecda2 +DISTVERSION= n-preview-5-3582 +DISTVERSIONSUFFIX= -gdfd30c4a169e PORTREVISION= 0 PKGNAMESUFFIX= -devel GH_MYTAG= ${DISTVERSIONPREFIX}${DISTVERSION:C/-[0-9]*$//} -GH_TAGNAME= ${GH_MYTAG}-64-g8cd939bd7af7:extras \ - ${GH_MYTAG}-1-g1fdb726:libselinux +GH_TAGNAME= ${GH_MYTAG}-907-g1a35848b34d6:extras \ + ${GH_MYTAG}-43-ga63b41e:libselinux CONFLICTS_INSTALL= ${PORTNAME}-[0-9]* |