svn commit: r365570 - head/print/ansiprint

John Marino marino at FreeBSD.org
Thu Aug 21 17:12:31 UTC 2014


Author: marino
Date: Thu Aug 21 17:12:31 2014
New Revision: 365570
URL: http://svnweb.freebsd.org/changeset/ports/365570
QAT: https://qat.redports.org/buildarchive/r365570/

Log:
  Reset maintainer print/ansiprint per his request
  
  Thanks for looking after this port, Stephen.  While here, I'll make
  some cosmetic realignments and convert EXTRACT_SUFX to USES.
  
  PR:		192891
  Submitted by:	maintainer (Stephen Fisher)

Modified:
  head/print/ansiprint/Makefile

Modified: head/print/ansiprint/Makefile
==============================================================================
--- head/print/ansiprint/Makefile	Thu Aug 21 17:09:58 2014	(r365569)
+++ head/print/ansiprint/Makefile	Thu Aug 21 17:12:31 2014	(r365570)
@@ -1,18 +1,17 @@
 # Created by: Stephen Fisher
 # $FreeBSD$
 
-PORTNAME=		ansiprint
-PORTVERSION=		1.0
-CATEGORIES=		print
-MASTER_SITES=		SF
-EXTRACT_SUFX=		.tgz
-
-MAINTAINER=		stephenfisher at outlook.com
-COMMENT=		Prints through a terminal with ANSI escape sequences
-
-PLIST_FILES=		bin/${PORTNAME}
-
-CXXFLAGS+=		-Wno-deprecated
+PORTNAME=	ansiprint
+PORTVERSION=	1.0
+CATEGORIES=	print
+MASTER_SITES=	SF
+
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	Prints through a terminal with ANSI escape sequences
+
+USES=		tar:tgz
+PLIST_FILES=	bin/${PORTNAME}
+CXXFLAGS+=	-Wno-deprecated
 
 post-extract:
 	@${RM} ${WRKSRC}/Makefile
@@ -21,6 +20,7 @@ do-build:
 	cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} ansiprint.cc
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list