svn commit: r347552 - head/ports-mgmt/portsearch

olli hauer ohauer at gmx.de
Sun Mar 9 11:48:17 UTC 2014


On 2014-03-09 08:22, Vasil Dimov wrote:
> Author: vd
> Date: Sun Mar  9 07:22:14 2014
> New Revision: 347552
> URL: http://svnweb.freebsd.org/changeset/ports/347552
> QAT: https://qat.redports.org/buildarchive/r347552/
> 
> Log:
>   Upgrade ports-mgmt/portsearch from 1.3.2 to 1.3.3
> 
> Modified:
>   head/ports-mgmt/portsearch/Makefile
>   head/ports-mgmt/portsearch/distinfo
> 
> Modified: head/ports-mgmt/portsearch/Makefile
> ==============================================================================
> --- head/ports-mgmt/portsearch/Makefile	Sun Mar  9 03:23:03 2014	(r347551)
> +++ head/ports-mgmt/portsearch/Makefile	Sun Mar  9 07:22:14 2014	(r347552)
> @@ -2,7 +2,7 @@
>  # $FreeBSD$
>  
>  PORTNAME=	portsearch
> -PORTVERSION=	1.3.2
> +PORTVERSION=	1.3.3
>  CATEGORIES=	ports-mgmt
>  MASTER_SITES=	${MASTER_SITE_LOCAL}	\
>  		http://people.freebsd.org/~vd/portsearch/
> @@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR=	vd/portsearch
>  MAINTAINER=	vd at FreeBSD.org
>  COMMENT=	Port searching tool that supports search by packing list files
>  
> +LICENSE=	BSD2CLAUSE
> +
>  PLIST_FILES=	bin/portsearch %%DATADIR%%/Makefile
>  PLIST_DIRS=	%%DATADIR%%
>  

Hi Vasil,

please can you review the following patches and maybe choose one of them so the port supports staging.

Support stage by overwriting install target:
http://people.freebsd.org/~ohauer/diffs/portsearch-1.3.3_stage_suggestion1.diff

Support staging by patching the Makefiles in the source:
http://people.freebsd.org/~ohauer/diffs/portsearch-1.3.3_stage_suggestion2.diff

-- 
Regards,
olli


More information about the svn-ports-head mailing list