diff options
author | bapt <bapt@FreeBSD.org> | 2015-04-16 23:25:43 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-04-16 23:25:43 +0800 |
commit | 19409128de2fdc5df789a0f4d7355b0a1d45a54c (patch) | |
tree | 595a4a32bcf618eae7b37691ad01132cccba87a2 /ports-mgmt/pkg-devel/Makefile | |
parent | 307cd6d7c162d7e70aff8410384140d9482259b8 (diff) | |
download | freebsd-ports-graphics-19409128de2fdc5df789a0f4d7355b0a1d45a54c.tar.gz freebsd-ports-graphics-19409128de2fdc5df789a0f4d7355b0a1d45a54c.tar.zst freebsd-ports-graphics-19409128de2fdc5df789a0f4d7355b0a1d45a54c.zip |
Update to 1.5.99.1
Changes:
- Fix pkg ssh://
- Fix a missing '\n' in pkg audit
- Fix compat at functions to not mess up with cwd
Diffstat (limited to 'ports-mgmt/pkg-devel/Makefile')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index e9a98e70a45..693b4fd82de 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.5.99.0 +DISTVERSION= 1.5.99.1 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt MASTER_SITES= \ |