summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-18 13:05:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-18 13:05:50 +0000
commitdd340e8b536442f9ae69b30d761672c792894f0b (patch)
tree9eb1d5160a92b485572423eb6ab90fdc6c55243a /ports-mgmt
parent- Fix build failure in fetch (diff)
Add a minimal version testing for the installed pkg to enforce people to go to the latest version
Set minimal version to 1.3.7 for now Differential Revision: D723 Reviewed by: bdrewery
Notes
Notes: svn path=/head/; revision=368448
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 133020557034..4772c39a4463 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pkg
DISTVERSION= 1.3.7
+_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
MASTER_SITES= \
http://mirror.shatow.net/freebsd/${PORTNAME}/ \