mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
update to 20040216:
- enables the use of `+' in version numbers: 1.0.1+2003.09.16 > 1.0+2003.09.16
This commit is contained in:
parent
8832cde5fe
commit
82977d8f6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101393
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pkg_install
|
||||
PORTVERSION= 20040125
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20040216
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= eik
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (pkg_install-20040125.tar.gz) = 644307b71fe6f4c1b604bbcb88d86050
|
||||
SIZE (pkg_install-20040125.tar.gz) = 84942
|
||||
MD5 (pkg_install-20040216.tar.gz) = 943d5e1f71ad2c0c90b1632223d6ab1d
|
||||
SIZE (pkg_install-20040216.tar.gz) = 84098
|
||||
|
@ -5,7 +5,7 @@ only install it it you have problems with the current version
|
||||
or want to test the new features.
|
||||
|
||||
If you want to replace the base system tools, install via:
|
||||
make install PREFIX=/usr/local
|
||||
make install PREFIX=/usr
|
||||
You can revert to the normal tools simply by uninstalling the
|
||||
port or restoring them with:
|
||||
cd /usr/src/usr.sbin/pkg_install; make install
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pkg_install
|
||||
PORTVERSION= 20040125
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 20040216
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= eik
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (pkg_install-20040125.tar.gz) = 644307b71fe6f4c1b604bbcb88d86050
|
||||
SIZE (pkg_install-20040125.tar.gz) = 84942
|
||||
MD5 (pkg_install-20040216.tar.gz) = 943d5e1f71ad2c0c90b1632223d6ab1d
|
||||
SIZE (pkg_install-20040216.tar.gz) = 84098
|
||||
|
@ -5,7 +5,7 @@ only install it it you have problems with the current version
|
||||
or want to test the new features.
|
||||
|
||||
If you want to replace the base system tools, install via:
|
||||
make install PREFIX=/usr/local
|
||||
make install PREFIX=/usr
|
||||
You can revert to the normal tools simply by uninstalling the
|
||||
port or restoring them with:
|
||||
cd /usr/src/usr.sbin/pkg_install; make install
|
||||
|
Loading…
Reference in New Issue
Block a user