mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- update to 1.0 rc1
- changes: * schema for remote repositories are versionned * fix ordering of scripts * ability to query SRV dns records for automatic mirror detection (ala portsnap/frebsd-update) via the SRV_MIRROR options default to off * new FETCH_RETRY options (default to 3) * more style(9) compliance of the code * lots of cleanup in exits codes * lots of typos fixes in manpage * improvements in manpages * pkg2ng now move the old database into /var/db/pkg.back * new -B option to pkg check to reanalyse the files and populate shlibs * new install -fR to reinstall all packages depending on a given package * disable shlib when using pkg-static No new feature to expect in next releases, only bug fixes New feature will be for 1.1 (already planned :))
This commit is contained in:
parent
9eb317069f
commit
fd554fce86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300788
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pkg
|
||||
DISTVERSION= 1.0-beta17
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.0-rc1
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= LOCAL/portmgr \
|
||||
http://files.etoilebsd.net/pkg/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pkg-1.0-beta17.tar.xz) = 326ad7d4561f3db831a632ebfc2600469335deafee7c720e12dbc404ac4802ce
|
||||
SIZE (pkg-1.0-beta17.tar.xz) = 1358200
|
||||
SHA256 (pkg-1.0-rc1.tar.xz) = b6121ce920ff4851952b6eedf9e44738a2abbb3ff661265670fd65d02846decf
|
||||
SIZE (pkg-1.0-rc1.tar.xz) = 1363772
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff --git libpkg/pkg_repo.c libpkg/pkg_repo.c
|
||||
index d2ef999..d628850 100644
|
||||
--- libpkg/pkg_repo.c
|
||||
+++ libpkg/pkg_repo.c
|
||||
@@ -605,8 +605,7 @@ pkg_create_repo(char *path, bool force, void (progress)(struct pkg *pkg, void *d
|
||||
while ((ent = fts_read(fts)) != NULL) {
|
||||
const char *name, *version, *origin, *comment, *desc;
|
||||
const char *arch, *maintainer, *www, *prefix;
|
||||
- int64_t flatsize;
|
||||
- lic_t licenselogic;
|
||||
+ int64_t flatsize, licenselogic;
|
||||
|
||||
/* skip everything that is not a file */
|
||||
if (ent->fts_info != FTS_F)
|
Loading…
Reference in New Issue
Block a user