Date: Mon, 28 Jan 2008 23:57:41 GMT From: Diego Rocha <diegorocha1987@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/120106: UPDATE PORTS Message-ID: <200801282357.m0SNvfAw056322@www.freebsd.org> Resent-Message-ID: <200801290000.m0T007Td082314@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120106 >Category: ports >Synopsis: UPDATE PORTS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Jan 29 00:00:07 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Diego Rocha >Release: 6.3-STABLE >Organization: >Environment: FreeBSD localhost 6.3-STABLE FreeBSD 6.3-STABLE #2: Tue Jan 22 19:21:51 BRST 2008 diego@localhost:/usr/obj/usr/src/sys/SMP_ALTQ_PF i386 >Description: Update >How-To-Repeat: >Fix: --- /usr/ports/ports-mgmt/pkgsearch/Makefile 2007-12-18 16:17:28.000000000 -0200 +++ Makefile 2008-01-28 21:52:57.000000000 -0200 @@ -1,15 +1,14 @@ # New ports collection makefile for: Diego_Rocha -# Date created: 14 September 2007 +# Date created: 28 January 2008 # Whom: Diego_Rocha # -# $FreeBSD: ports/ports-mgmt/pkgsearch/Makefile,v 1.3 2007/12/15 17:15:20 miwi Exp $ +# $FreeBSD$ # PORTNAME= pkgsearch -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.5 CATEGORIES= ports-mgmt -MASTER_SITES= http://dl.sharesource.org/${PORTNAME}/ \ - http://andsux.homeip.net/~diego/stable/ +MASTER_SITES= http://dl.sharesource.org/${PORTNAME}/ MAINTAINER= diegorocha1987@gmail.com COMMENT= Find your packages in ports and installed packages @@ -17,8 +16,6 @@ BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= boost_filesystem:${PORTSDIR}/devel/boost -USE_PGSQL= yes - WRKSRC= ${WRKDIR}/${DISTNAME}-build PLIST_FILES= sbin/pkgsearch etc/pkgsearch.conf @@ -37,4 +34,13 @@ post-build: @${GZIP_CMD} ${WRKDIR}/${DISTNAME}/pkgsearch.* +post-install: + @${ECHO_CMD} "==================================================" + @${ECHO_CMD} " Important information" + @${ECHO_CMD} "" + @${ECHO_CMD} " After the instalation configure your" + @${ECHO_CMD} " pkgsearch.conf in ${LOCALBASE}/etc/pkgsearch" + @${ECHO_CMD} " to more information see pkgsearch.conf(5)" + @${ECHO_CMD} "==================================================" + .include <bsd.port.mk> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801282357.m0SNvfAw056322>