diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-28 21:30:56 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-28 21:30:56 +0000 |
commit | 86d7e023158ed7f8bb3dc4d8578ea6bb66cbf92b (patch) | |
tree | f9214454d118c3fdb726a37d278a64ee928a2970 /ports-mgmt/psearch/Makefile | |
parent | 8efd47d55b7e594dc4a6a448d58091b540adc77d (diff) |
- Update to 1.1
A bug in psearch 1.0 leads to the --or switch being completely broken.
psearch 1.1 fixes that. There are no other changes.
PR: ports/93946
Submitted by: maintainer
Approved by: portmgr (linimon)
Notes
Notes:
svn path=/head/; revision=156904
Diffstat (limited to 'ports-mgmt/psearch/Makefile')
-rw-r--r-- | ports-mgmt/psearch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/psearch/Makefile b/ports-mgmt/psearch/Makefile index 784c090197c9..536c98d2c4e4 100644 --- a/ports-mgmt/psearch/Makefile +++ b/ports-mgmt/psearch/Makefile @@ -6,7 +6,7 @@ # PORTNAME= psearch -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://www.maxlor.com/files/ |