diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-04 00:29:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-04 00:29:13 +0800 |
commit | 581198bf0d89232c8dae8514d20a47f44d102725 (patch) | |
tree | 7499d1e09df8c614a283d0c319681b847192fecd /ports-mgmt | |
parent | c128550c41ebe6f2d70d16295da715a495fdd291 (diff) | |
download | freebsd-ports-gnome-581198bf0d89232c8dae8514d20a47f44d102725.tar.gz freebsd-ports-gnome-581198bf0d89232c8dae8514d20a47f44d102725.tar.zst freebsd-ports-gnome-581198bf0d89232c8dae8514d20a47f44d102725.zip |
Update to 1.4.0-pre-alpha13:
Changes:
- @owner/@group without var reset to root/wheel
- Do not accept @mode with '+-' like u+s or g-w
- Integrate kyua with autools (make check now calls kyua)
- Fix pkg annotate -y
- Fix a regression in pkg_is_valid
- Allow keywords define in ucl files '(Keywords/*.ucl)' to consider its
argument as a command line argument (aka split it)
- Completly ignore mtree
- Automatically remove any directory under PREFIX if needed
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg-devel/Makefile | 3 | ||||
-rw-r--r-- | ports-mgmt/pkg-devel/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile index 375386e70cab..789201392ed5 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,9 +1,10 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.4.0.pre-alpha12 +DISTVERSION= 1.4.0.pre-alpha13 CATEGORIES= ports-mgmt MASTER_SITES= \ + http://files.etoilebsd.net/pkg/ \ http://highsecure.ru/distfiles/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ http://pkg.semmy.ru/ diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo index e3c99ead2dce..03863ebd6f87 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkg-1.4.0.pre-alpha12.tar.xz) = b2ae057810ff905cac37d627314a78647a99aff11095fb24b43639a875180e88 -SIZE (pkg-1.4.0.pre-alpha12.tar.xz) = 1749324 +SHA256 (pkg-1.4.0.pre-alpha13.tar.xz) = b772190e51fda4c1987de22bc9292122b06a1c047f001b6e454cb7fbf6c6e9fe +SIZE (pkg-1.4.0.pre-alpha13.tar.xz) = 1781084 |