[Midnightbsd-cvs] mports [19072] trunk/ports-mgmt/portsearch: portsearch 1.3.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 23 11:57:12 EDT 2015


Revision: 19072
          http://svnweb.midnightbsd.org/mports/?rev=19072
Author:   laffer1
Date:     2015-05-23 11:57:11 -0400 (Sat, 23 May 2015)
Log Message:
-----------
portsearch 1.3.4

Modified Paths:
--------------
    trunk/ports-mgmt/portsearch/Makefile
    trunk/ports-mgmt/portsearch/distinfo

Added Paths:
-----------
    trunk/ports-mgmt/portsearch/pkg-install

Modified: trunk/ports-mgmt/portsearch/Makefile
===================================================================
--- trunk/ports-mgmt/portsearch/Makefile	2015-05-23 15:55:29 UTC (rev 19071)
+++ trunk/ports-mgmt/portsearch/Makefile	2015-05-23 15:57:11 UTC (rev 19072)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	portsearch
-PORTVERSION=	1.3.3
+PORTVERSION=	1.3.4
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	${MASTER_SITE_FREEBSD_LOCAL} \
 		http://people.freebsd.org/~vd/portsearch/
@@ -12,6 +12,8 @@
 
 LICENSE=	bsd2
 
+FAKE_OPTS=	trueprefix
+
 PLIST_FILES=	bin/portsearch %%DATADIR%%/Makefile
 PLIST_DIRS=	%%DATADIR%%
 

Modified: trunk/ports-mgmt/portsearch/distinfo
===================================================================
--- trunk/ports-mgmt/portsearch/distinfo	2015-05-23 15:55:29 UTC (rev 19071)
+++ trunk/ports-mgmt/portsearch/distinfo	2015-05-23 15:57:11 UTC (rev 19072)
@@ -1,2 +1,2 @@
-SHA256 (portsearch-1.3.3.tar.gz) = e82aec52bde4f2b9c6d96cdd19a2a29eff32da194e2095f11f2ed14a2bc386d2
-SIZE (portsearch-1.3.3.tar.gz) = 20751
+SHA256 (portsearch-1.3.4.tar.gz) = e1e9742558e61b1d586bbd6cd4d7a2a1904c3ed0bee793e8f07aba3b7a72d203
+SIZE (portsearch-1.3.4.tar.gz) = 21063

Added: trunk/ports-mgmt/portsearch/pkg-install
===================================================================
--- trunk/ports-mgmt/portsearch/pkg-install	                        (rev 0)
+++ trunk/ports-mgmt/portsearch/pkg-install	2015-05-23 15:57:11 UTC (rev 19072)
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+if [ "${2}" = "POST-INSTALL" ] ; then
+	db_prefix="/var/db/portsearch"
+	arch=`uname -m`
+	db_old="${db_prefix}/1-${arch}"
+	if [ -d "${db_old}" ] ; then
+		rel=`uname -r`
+		mv -f "${db_old}" "${db_prefix}/${rel%%.*}-${arch}"
+	fi
+fi
+
+# EOF


Property changes on: trunk/ports-mgmt/portsearch/pkg-install
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list