Index: head/ports-mgmt/portsearch/files/patch-Makefile =================================================================== --- head/ports-mgmt/portsearch/files/patch-Makefile (revision 371421) +++ head/ports-mgmt/portsearch/files/patch-Makefile (nonexistent) @@ -1,15 +0,0 @@ ---- Makefile.orig 2014-06-24 23:40:10.656628805 +0800 -+++ Makefile 2014-06-24 23:40:32.926628413 +0800 -@@ -15,9 +15,9 @@ ${target}: - all: build - - install: build -- ${INSTALL_PROGRAM} src/portsearch ${PREFIX}/bin/ -- ${MKDIR} ${DATADIR} -- ${INSTALL_DATA} Mk/Makefile ${DATADIR}/ -+ ${BSD_INSTALL_PROGRAM} src/portsearch $(DESTDIR)${PREFIX}/bin/ -+ ${MKDIR} $(DESTDIR)${DATADIR} -+ ${BSD_INSTALL_DATA} Mk/Makefile $(DESTDIR)${DATADIR}/ - - .include "Makefile.var" - Property changes on: head/ports-mgmt/portsearch/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/ports-mgmt/portsearch/Makefile =================================================================== --- head/ports-mgmt/portsearch/Makefile (revision 371421) +++ head/ports-mgmt/portsearch/Makefile (revision 371422) @@ -1,19 +1,19 @@ # Created by: Vasil Dimov # $FreeBSD$ PORTNAME= portsearch -PORTVERSION= 1.3.3 +PORTVERSION= 1.3.4 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~vd/portsearch/ MASTER_SITE_SUBDIR= vd/portsearch MAINTAINER= vd@FreeBSD.org COMMENT= Port searching tool that supports search by packing list files LICENSE= BSD2CLAUSE PLIST_FILES= bin/portsearch %%DATADIR%%/Makefile PLIST_DIRS= %%DATADIR%% .include Index: head/ports-mgmt/portsearch/distinfo =================================================================== --- head/ports-mgmt/portsearch/distinfo (revision 371421) +++ head/ports-mgmt/portsearch/distinfo (revision 371422) @@ -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) = dd1c8be63c35c6193aaa344d79b04c9fb5b3c40fa19bee061fdd55778ff6a208 +SIZE (portsearch-1.3.4.tar.gz) = 55653 Index: head/ports-mgmt/portsearch/pkg-install =================================================================== --- head/ports-mgmt/portsearch/pkg-install (nonexistent) +++ head/ports-mgmt/portsearch/pkg-install (revision 371422) @@ -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: head/ports-mgmt/portsearch/pkg-install ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property 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