diff options
author | eik <eik@FreeBSD.org> | 2004-02-19 20:39:52 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-02-19 20:39:52 +0800 |
commit | c9bb8efd373d648209e217ec3c05afb9cfe7aa16 (patch) | |
tree | a6d53a20003f7d78799e7ececa0bdbfae54bc934 /sysutils | |
parent | eec3feb5f126ce7c9b138f3b3024981947283135 (diff) | |
download | freebsd-ports-gnome-c9bb8efd373d648209e217ec3c05afb9cfe7aa16.tar.gz freebsd-ports-gnome-c9bb8efd373d648209e217ec3c05afb9cfe7aa16.tar.zst freebsd-ports-gnome-c9bb8efd373d648209e217ec3c05afb9cfe7aa16.zip |
update to 20040216:
- enables the use of `+' in version numbers:
1.0.1+2003.09.16 > 1.0+2003.09.16
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pkg_install-devel/Makefile | 3 | ||||
-rw-r--r-- | sysutils/pkg_install-devel/distinfo | 4 | ||||
-rw-r--r-- | sysutils/pkg_install-devel/pkg-descr | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/sysutils/pkg_install-devel/Makefile b/sysutils/pkg_install-devel/Makefile index dfa2e77e8a34..02917e9dca34 100644 --- a/sysutils/pkg_install-devel/Makefile +++ b/sysutils/pkg_install-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pkg_install -PORTVERSION= 20040125 -PORTREVISION= 1 +PORTVERSION= 20040216 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= eik diff --git a/sysutils/pkg_install-devel/distinfo b/sysutils/pkg_install-devel/distinfo index 1c0d1e0e66e9..52794e875876 100644 --- a/sysutils/pkg_install-devel/distinfo +++ b/sysutils/pkg_install-devel/distinfo @@ -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 diff --git a/sysutils/pkg_install-devel/pkg-descr b/sysutils/pkg_install-devel/pkg-descr index 44c2af261c48..abe2ae1d30b3 100644 --- a/sysutils/pkg_install-devel/pkg-descr +++ b/sysutils/pkg_install-devel/pkg-descr @@ -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 |