Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2018 14:37:48 +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: r464381 - head/net/g2ipmsg
Message-ID:  <201803131437.w2DEbm2q049605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Mar 13 14:37:48 2018
New Revision: 464381
URL: https://svnweb.freebsd.org/changeset/ports/464381

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Update WWW

Modified:
  head/net/g2ipmsg/Makefile
  head/net/g2ipmsg/pkg-descr

Modified: head/net/g2ipmsg/Makefile
==============================================================================
--- head/net/g2ipmsg/Makefile	Tue Mar 13 14:28:03 2018	(r464380)
+++ head/net/g2ipmsg/Makefile	Tue Mar 13 14:37:48 2018	(r464381)
@@ -10,9 +10,10 @@ MASTER_SITES=	http://ipmsg.org/archive/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Popup style message communication tool for GNOME2
 
-LICENSE=	GPLv2+
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gettext gmake pathfix pkgconfig ssl
+USES=		gettext gmake localbase:ldflags pathfix pkgconfig ssl
 USE_GNOME=	gnomeprefix intltool libgnomeui
 USE_GSTREAMER=	vorbis
 GNU_CONFIGURE=	yes
@@ -20,9 +21,6 @@ CONFIGURE_ARGS=	--disable-doxygen-doc \
 		--enable-systray \
 		--disable-applet \
 		--with-ssl=${OPENSSLBASE}
-
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 GCONF_SCHEMAS=	g2ipmsg.schemas
 

Modified: head/net/g2ipmsg/pkg-descr
==============================================================================
--- head/net/g2ipmsg/pkg-descr	Tue Mar 13 14:28:03 2018	(r464380)
+++ head/net/g2ipmsg/pkg-descr	Tue Mar 13 14:37:48 2018	(r464381)
@@ -4,4 +4,4 @@ multi platforms. It is based on TCP/IP(UDP).
 Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and
 all source is open to public.
 
-WWW: http://ipmsg.org/index.html.en
+WWW: https://ipmsg.org/index.html.en



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