svn commit: r320658 - in head/devel/tradcpp: . files

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 12 05:47:44 UTC 2013


Author: bapt
Date: Wed Jun 12 05:47:43 2013
New Revision: 320658
URL: http://svnweb.freebsd.org/changeset/ports/320658

Log:
  Update to 0.2
  Changes:
    - auto-recognize more builtin PowerPC and mips macros
    - pass -Wunused
    - allow absolute paths in include files
    - don't use getprogname() in the name of portability
    - add tests
    - clean out usage of sys/cdefs.h macros and don't use the implementation
      namespace
    - make -Wcomment work again
    - fix handling of relative includes
    - provide a man page
    - other minor improvements

Deleted:
  head/devel/tradcpp/files/
Modified:
  head/devel/tradcpp/Makefile
  head/devel/tradcpp/distinfo

Modified: head/devel/tradcpp/Makefile
==============================================================================
--- head/devel/tradcpp/Makefile	Wed Jun 12 04:12:05 2013	(r320657)
+++ head/devel/tradcpp/Makefile	Wed Jun 12 05:47:43 2013	(r320658)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tradcpp
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	devel
 MASTER_SITES=	http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
 
@@ -10,12 +10,12 @@ COMMENT=	Traditional (K&R-style) C prepr
 
 LICENSE=	BSD
 
-PLIST_FILES=	bin/tradcpp
+MANCOMPRESSED=	yes
+MAKE_JOBS_SAFE=	yes
+MAKE_ARGS=	BINDIR=${PREFIX}/bin MANDIR=${MANPREFIX}/man/man
 
-post-patch:
-	@${REINPLACE_CMD} 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile
+PLIST_FILES=	bin/tradcpp
 
-do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+MAN1=		tradcpp.1
 
 .include <bsd.port.mk>

Modified: head/devel/tradcpp/distinfo
==============================================================================
--- head/devel/tradcpp/distinfo	Wed Jun 12 04:12:05 2013	(r320657)
+++ head/devel/tradcpp/distinfo	Wed Jun 12 05:47:43 2013	(r320658)
@@ -1,2 +1,2 @@
-SHA256 (tradcpp-0.1.tar.gz) = b3f92103bbf5df833364cd80746c5c6d14b17581cb2a4fba09739cee01445fae
-SIZE (tradcpp-0.1.tar.gz) = 28288
+SHA256 (tradcpp-0.2.tar.gz) = 1a9661acbc08733e0156ffebc2e78d141748ec5f66242670be0620e99fc2170f
+SIZE (tradcpp-0.2.tar.gz) = 32388


More information about the svn-ports-all mailing list