diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-01 11:41:43 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-01 11:41:43 +0000 |
commit | f7a4c786aff96ef8a36f595540be8a8038fe918a (patch) | |
tree | e88c410afa78ad1685a49d1a54a98fd1533a48bc /ports-mgmt/pkg_install-devel | |
parent | Update to 4.9.12 (diff) |
enable the use of csh-style {...} choices in glob patterns, e.g.
/usr/local/sbin/pkg_info 'openldap-{client,server}-*'
Notes
Notes:
svn path=/head/; revision=108085
Diffstat (limited to 'ports-mgmt/pkg_install-devel')
-rw-r--r-- | ports-mgmt/pkg_install-devel/Makefile | 2 | ||||
-rw-r--r-- | ports-mgmt/pkg_install-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports-mgmt/pkg_install-devel/Makefile b/ports-mgmt/pkg_install-devel/Makefile index aa1d90cb93da..16f09eafcf23 100644 --- a/ports-mgmt/pkg_install-devel/Makefile +++ b/ports-mgmt/pkg_install-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pkg_install -PORTVERSION= 20040429 +PORTVERSION= 20040501 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= eik diff --git a/ports-mgmt/pkg_install-devel/distinfo b/ports-mgmt/pkg_install-devel/distinfo index 7602bed9929c..90952c010d49 100644 --- a/ports-mgmt/pkg_install-devel/distinfo +++ b/ports-mgmt/pkg_install-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (pkg_install-20040429.tar.gz) = 3e4069be12ce314b67427532bfa06128 -SIZE (pkg_install-20040429.tar.gz) = 84675 +MD5 (pkg_install-20040501.tar.gz) = efcec65fc5eaa683cd82ecc3a067eb23 +SIZE (pkg_install-20040501.tar.gz) = 85572 |