summaryrefslogtreecommitdiff
path: root/ports-mgmt/portsearch
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-11-15 12:12:29 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-11-15 12:12:29 +0000
commitfcbd5fa3982362e0b45711f653ffdd2f0e776fc5 (patch)
treeea7ad773f747b611b4abc8aa7852e6002ce620dc /ports-mgmt/portsearch
parentUpdate to stunnel 4.19 and fix the NOPORTDOCS installation to really (diff)
* Upgrade sysutils/portsearch from 1.2.3 to 1.3.0, changes:
o Added new output option: `rawfiles' to request outputting only matched pfiles one by line o Changed -b option to be the same as -f '(^|/)file$' instead of -f '/file$' o Added new option -L to mimic -p path -f '.*' -o rawfiles i.e. show all pfiles for (usually) one port. Inspired by pkg_info -L pkgname o Ignore case by default and add -S option to force case sensitivity * Remove my name from pkg-descr
Notes
Notes: svn path=/head/; revision=177310
Diffstat (limited to 'ports-mgmt/portsearch')
-rw-r--r--ports-mgmt/portsearch/Makefile2
-rw-r--r--ports-mgmt/portsearch/distinfo6
-rw-r--r--ports-mgmt/portsearch/pkg-descr1
3 files changed, 4 insertions, 5 deletions
diff --git a/ports-mgmt/portsearch/Makefile b/ports-mgmt/portsearch/Makefile
index 46caaa8fae6e..5f7c9567e1d9 100644
--- a/ports-mgmt/portsearch/Makefile
+++ b/ports-mgmt/portsearch/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portsearch
-PORTVERSION= 1.2.3
+PORTVERSION= 1.3.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= vd/portsearch
diff --git a/ports-mgmt/portsearch/distinfo b/ports-mgmt/portsearch/distinfo
index 44cd515837bd..ef3da8124527 100644
--- a/ports-mgmt/portsearch/distinfo
+++ b/ports-mgmt/portsearch/distinfo
@@ -1,3 +1,3 @@
-MD5 (portsearch-1.2.3.tar.gz) = ac2a0c9367f41864ebac1c31490af220
-SHA256 (portsearch-1.2.3.tar.gz) = 69f192195419abf1478a1c38116a6171e5554168df3dba7bb501df4993ac41b6
-SIZE (portsearch-1.2.3.tar.gz) = 18591
+MD5 (portsearch-1.3.0.tar.gz) = 48c359cb843f347260b2f606314f7e35
+SHA256 (portsearch-1.3.0.tar.gz) = 2c60ff8de8ccc80e6df02271b1f76a751ef01524bbac58084a675fb3757f699f
+SIZE (portsearch-1.3.0.tar.gz) = 20666
diff --git a/ports-mgmt/portsearch/pkg-descr b/ports-mgmt/portsearch/pkg-descr
index 79d0e305f071..7050d2e7bb98 100644
--- a/ports-mgmt/portsearch/pkg-descr
+++ b/ports-mgmt/portsearch/pkg-descr
@@ -6,4 +6,3 @@ dependencies), path, info (comment), maintainer, category, fetch, extract,
patch, build and run dependencies and www site.
WWW: http://people.freebsd.org/~vd/portsearch
--- Vasil Dimov <vd@FreeBSD.org>