svn commit: r363438 - head/textproc/latex-service

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jul 30 04:29:04 UTC 2014


Author: vanilla
Date: Wed Jul 30 04:29:03 2014
New Revision: 363438
URL: http://svnweb.freebsd.org/changeset/ports/363438
QAT: https://qat.redports.org/buildarchive/r363438/

Log:
  1: Stagify.
  2: convert EXTRACT_SUFX to tar:tgz
  3: strip binary, bump version.

Modified:
  head/textproc/latex-service/Makefile

Modified: head/textproc/latex-service/Makefile
==============================================================================
--- head/textproc/latex-service/Makefile	Wed Jul 30 04:20:29 2014	(r363437)
+++ head/textproc/latex-service/Makefile	Wed Jul 30 04:29:03 2014	(r363438)
@@ -2,22 +2,24 @@
 
 PORTNAME=	latex
 PORTVERSION=	0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc gnustep
 MASTER_SITES=	http://www.roard.com/latexservice/download/
 PKGNAMESUFFIX=	-service${PKGNAMESUFFIX2}
 DISTNAME=	LaTeXService-${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	LaTeX service for GNUstep
 
 LICENSE=	GPLv2
 
+USES=		tar:tgz
 USE_GNUSTEP=	yes
 USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
-NO_STAGE=	yes
+post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Services/LaTeX.service/LaTeX
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list