1
0
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:
Oliver Eikemeier 2004-02-19 12:39:52 +00:00
parent 8832cde5fe
commit 82977d8f6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101393
6 changed files with 8 additions and 10 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= pkg_install
PORTVERSION= 20040125
PORTREVISION= 1
PORTVERSION= 20040216
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= eik

View File

@ -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

View File

@ -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

View File

@ -6,8 +6,7 @@
#
PORTNAME= pkg_install
PORTVERSION= 20040125
PORTREVISION= 1
PORTVERSION= 20040216
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= eik

View File

@ -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

View File

@ -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