svn commit: r513109 - head/print/xtexsh

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 28 09:38:27 UTC 2019


Author: amdmi3
Date: Sat Sep 28 09:38:26 2019
New Revision: 513109
URL: https://svnweb.freebsd.org/changeset/ports/513109

Log:
  - Fix LICENSE
  - Pet portlint
  - Update WWW

Modified:
  head/print/xtexsh/Makefile
  head/print/xtexsh/pkg-descr

Modified: head/print/xtexsh/Makefile
==============================================================================
--- head/print/xtexsh/Makefile	Sat Sep 28 07:53:34 2019	(r513108)
+++ head/print/xtexsh/Makefile	Sat Sep 28 09:38:26 2019	(r513109)
@@ -10,17 +10,17 @@ MASTER_SITES=	http://www.mat.univie.ac.at/~gerald/ftp/
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tcl/Tk-based simple TeX interface
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-NO_BUILD=	yes
-NO_ARCH=	yes
-
+USES=		desktop-file-utils gnome shebangfix tk
 USE_TEX=	latex
-USES=		tk desktop-file-utils shebangfix
 SHEBANG_FILES=	xtexsh
 INSTALLS_ICONS=	yes
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
+NO_BUILD=	yes
+NO_ARCH=	yes
 
 PORTDOCS=	*
 

Modified: head/print/xtexsh/pkg-descr
==============================================================================
--- head/print/xtexsh/pkg-descr	Sat Sep 28 07:53:34 2019	(r513108)
+++ head/print/xtexsh/pkg-descr	Sat Sep 28 09:38:26 2019	(r513109)
@@ -3,4 +3,4 @@ xtexsh - xTeX Shell by Gerald Teschlxtem
 The present program is a simple TeX interface for the X Window System based on
 "wish", respectively Tcl/Tk.
 
-WWW: http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/
+WWW: https://www.mat.univie.ac.at/~gerald/ftp/xtexsh/


More information about the svn-ports-all mailing list