Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2018 09:34:25 +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: r471830 - head/net/xisp
Message-ID:  <201806060934.w569YPfA088730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun  6 09:34:25 2018
New Revision: 471830
URL: https://svnweb.freebsd.org/changeset/ports/471830

Log:
  - Add LICENSE
  - Add missing dependency
  - Update WWW
  
  Approved by:	portmgr blanket

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

Modified: head/net/xisp/Makefile
==============================================================================
--- head/net/xisp/Makefile	Wed Jun  6 09:04:25 2018	(r471829)
+++ head/net/xisp/Makefile	Wed Jun  6 09:34:25 2018	(r471830)
@@ -12,10 +12,13 @@ PATCH_SITES=	http://www.ml-search.com/xisp/distfiles/
 MAINTAINER=	tm@onepost.net
 COMMENT=	User-friendly X interface to pppd/chat
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libforms.so:x11-toolkits/xforms
 
 USES=		alias ssl
-USE_XORG=	xpm
+USE_XORG=	x11 xpm
 
 CFLAGS+=	-DUSE_OPENSSL -I${OPENSSLINC}
 MAKE_ENV+=	CCFLAGS="${CFLAGS}"

Modified: head/net/xisp/pkg-descr
==============================================================================
--- head/net/xisp/pkg-descr	Wed Jun  6 09:04:25 2018	(r471829)
+++ head/net/xisp/pkg-descr	Wed Jun  6 09:34:25 2018	(r471830)
@@ -6,4 +6,4 @@ general enhances the user's feeling of "what's going o
 if he/she is not all that well acquainted with the intricacies of
 system log files. Xisp also has means to track your phonecosts.
 
-WWW: http://xisp.hellug.gr/
+WWW: https://xisp.hellug.gr/



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