Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 07:17:05 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364944 - head/graphics/gocr
Message-ID:  <201408150717.s7F7H5PK091198@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Aug 15 07:17:05 2014
New Revision: 364944
URL: http://svnweb.freebsd.org/changeset/ports/364944
QAT: https://qat.redports.org/buildarchive/r364944/

Log:
  graphics/gocr: strip binary and pass maintainership to submitter
  
  PR:		190985
  Submitted by:	Daniel Austin
  Approved by:	maintainer timeout (2 months)

Modified:
  head/graphics/gocr/Makefile

Modified: head/graphics/gocr/Makefile
==============================================================================
--- head/graphics/gocr/Makefile	Fri Aug 15 07:11:11 2014	(r364943)
+++ head/graphics/gocr/Makefile	Fri Aug 15 07:17:05 2014	(r364944)
@@ -3,11 +3,11 @@
 
 PORTNAME=	gocr
 PORTVERSION=	0.50
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	http://www-e.uni-magdeburg.de/jschulen/ocr/
 
-MAINTAINER=	dhn@FreeBSD.org
+MAINTAINER=	freebsd-ports@dan.me.uk
 COMMENT=	OCR (Optical Character Recognition) program
 
 LICENSE=	GPLv2
@@ -50,6 +50,7 @@ post-patch:
 .endif
 
 post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gocr
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR}



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