svn commit: r446247 - head/hebrew/hspell

Carlos J. Puga Medina cpm at FreeBSD.org
Thu Jul 20 09:05:29 UTC 2017


On Thu, 2017-07-20 at 08:59 +0000, Carlos J. Puga Medina wrote:
> Author: cpm
> Date: Thu Jul 20 08:59:52 2017
> New Revision: 446247
> URL: https://svnweb.freebsd.org/changeset/ports/446247
> 
> Log:
>   hebrew/hspell: update to 1.4
>   
>   - Update to 1.4
>   - Remove LOCAL/makc from MASTER_SITES
>   - Add LICENSE and LICENSE_FILE
>   - Sort USES
>   - Add LD_CONFIG
>   - Drop SUB_LIST
>   - Update WWW in pkg-descr
>   
>   Changes: http://hspell.ivrix.org.il/WHATSNEW
>   
>   PR:		220517
>   Approved by:	onatan at gmail.com (maintainer timeout, 2 weeks)
> 
> Modified:
>   head/hebrew/hspell/Makefile
>   head/hebrew/hspell/distinfo
>   head/hebrew/hspell/pkg-descr
>   head/hebrew/hspell/pkg-plist
> 
> Modified: head/hebrew/hspell/Makefile
> =====================================================================
> =========
> --- head/hebrew/hspell/Makefile	Thu Jul 20 08:50:49 2017	
> (r446246)
> +++ head/hebrew/hspell/Makefile	Thu Jul 20 08:59:52 2017	
> (r446247)
> @@ -2,21 +2,28 @@
>  # $FreeBSD$
>  
>  PORTNAME=	hspell
> -PORTVERSION=	1.1
> +PORTVERSION=	1.4
>  CATEGORIES=	hebrew
> -MASTER_SITES=	http://hspell.ivrix.org.il/ \
> -		LOCAL/makc
> +MASTER_SITES=	http://hspell.ivrix.org.il/
>  
>  MAINTAINER=	onatan at gmail.com
>  COMMENT=	Hebrew spellchecker and morphology engine
>  
> -USES=		shebangfix gmake perl5
> +LICENSE=	AGPLv3
> +LICENSE_FILE=	${WRKSRC}/COPYING
> +
> +USES=		gmake perl5 shebangfix
> +SHEBANG_FILES=	pmerge multispell
> +USE_LDCONFIG=	yes
>  USE_PERL5=	build
>  GNU_CONFIGURE=	yes
>  CFLAGS+=	-fPIC
> -SHEBANG_FILES=	pmerge multispell
> +CONFIGURE_ARGS=	--enable-fatverb \
> +		--enable-shared
>  
>  SUB_FILES=	pkg-message
> -SUB_LIST=	PORTSDIR=${PORTSDIR}
> +
> +post-install:
> +	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libhspell.so
>  
>  .include <bsd.port.mk>
> 
> Modified: head/hebrew/hspell/distinfo
> =====================================================================
> =========
> --- head/hebrew/hspell/distinfo	Thu Jul 20 08:50:49 2017	
> (r446246)
> +++ head/hebrew/hspell/distinfo	Thu Jul 20 08:59:52 2017	
> (r446247)
> @@ -1,2 +1,3 @@
> -SHA256 (hspell-1.1.tar.gz) =
> a65d339e0656c3cf2ed589b01f725377b6054719178341afbb41dd825fcca723
> -SIZE (hspell-1.1.tar.gz) = 440190
> +TIMESTAMP = 1499347358
> +SHA256 (hspell-1.4.tar.gz) =
> 7310f5d58740d21d6d215c1179658602ef7da97a816bc1497c8764be97aabea3
> +SIZE (hspell-1.4.tar.gz) = 572716
> 
> Modified: head/hebrew/hspell/pkg-descr
> =====================================================================
> =========
> --- head/hebrew/hspell/pkg-descr	Thu Jul 20 08:50:49 2017	
> (r446246)
> +++ head/hebrew/hspell/pkg-descr	Thu Jul 20 08:59:52 2017	
> (r446247)
> @@ -7,4 +7,4 @@ the Hebrew Language.
>  
>  Hspell was written by Nadav Har'El and Dan Kenigsberg.
>  
> -WWW: http://www.ivrix.org.il/projects/spell-checker/
> +WWW: http://hspell.ivrix.org.il
> 
> Modified: head/hebrew/hspell/pkg-plist
> =====================================================================
> =========
> --- head/hebrew/hspell/pkg-plist	Thu Jul 20 08:50:49 2017	
> (r446246)
> +++ head/hebrew/hspell/pkg-plist	Thu Jul 20 08:59:52 2017	
> (r446247)
> @@ -4,6 +4,8 @@ bin/multispell
>  include/hspell.h
>  include/linginfo.h
>  lib/libhspell.a
> +lib/libhspell.so
> +lib/libhspell.so.0
>  man/man1/hspell.1.gz
>  man/man3/hspell.3.gz
>  %%DATADIR%%/hebrew.wgz
> 

Oops... I meant

- Add USE_LDCONFIG

-- 
Carlos Jacobo Puga Medina <cpm at FreeBSD.org>
PGP fingerprint = C60E 9497 5302 793B CC2D  BB89 A1F3 5D66 E6D0 5453
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170720/1861fb5f/attachment.sig>


More information about the svn-ports-all mailing list