Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Nov 2017 09:00:16 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454681 - head/textproc/gnome-spell
Message-ID:  <201711220900.vAM90GYV078394@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Nov 22 09:00:16 2017
New Revision: 454681
URL: https://svnweb.freebsd.org/changeset/ports/454681

Log:
  - Add LICENSE
  - Switch to USES=localbase
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/gnome-spell/Makefile
  head/textproc/gnome-spell/pkg-descr

Modified: head/textproc/gnome-spell/Makefile
==============================================================================
--- head/textproc/gnome-spell/Makefile	Wed Nov 22 09:00:15 2017	(r454680)
+++ head/textproc/gnome-spell/Makefile	Wed Nov 22 09:00:16 2017	(r454681)
@@ -12,13 +12,14 @@ DIST_SUBDIR=	gnome
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	GNOME/Bonobo component for spell checking
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libaspell.so:textproc/aspell
 
 USE_GNOME=	gnomeprefix intlhack libgnomeui
-USES=		gettext gmake libtool pathfix pkgconfig perl5 tar:bzip2
+USES=		gettext gmake libtool localbase:ldflags pathfix pkgconfig perl5 tar:bzip2
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 PLIST_SUB=	VERSION=${PORTVERSION}
 INSTALL_TARGET=	install-strip
 

Modified: head/textproc/gnome-spell/pkg-descr
==============================================================================
--- head/textproc/gnome-spell/pkg-descr	Wed Nov 22 09:00:15 2017	(r454680)
+++ head/textproc/gnome-spell/pkg-descr	Wed Nov 22 09:00:16 2017	(r454681)
@@ -1,3 +1,3 @@
 Gnome Spell is GNOME/Bonobo component for spell-checking.
 
-WWW: http://www.gnome.org/
+WWW: https://www.gnome.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711220900.vAM90GYV078394>