svn commit: r364944 - head/graphics/gocr

John Marino marino at FreeBSD.org
Fri Aug 15 07:17:05 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	freebsd-ports at 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}


More information about the svn-ports-head mailing list