Date: Thu, 21 Aug 2014 17:12:31 +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: r365570 - head/print/ansiprint Message-ID: <201408211712.s7LHCV0T077660@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408211712.s7LHCV0T077660>