Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2012 05:35:51 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302063 - head/misc/apparix
Message-ID:  <201208050535.q755Zpml041354@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Aug  5 05:35:50 2012
New Revision: 302063
URL: http://svn.freebsd.org/changeset/ports/302063

Log:
  - Update to 20110303
  
  PR:		170157
  Submitted by:	Ports Fury

Modified:
  head/misc/apparix/Makefile   (contents, props changed)
  head/misc/apparix/distinfo   (contents, props changed)

Modified: head/misc/apparix/Makefile
==============================================================================
--- head/misc/apparix/Makefile	Sun Aug  5 05:33:43 2012	(r302062)
+++ head/misc/apparix/Makefile	Sun Aug  5 05:35:50 2012	(r302063)
@@ -6,30 +6,35 @@
 #
 
 PORTNAME=	apparix
-PORTVERSION=	20081026
+PORTVERSION=	20110303
 CATEGORIES=	misc
 MASTER_SITES=	http://micans.org/apparix/src/
-DISTNAME=	${PORTNAME}-08-331
+DISTNAME=	${PORTNAME}-11-062
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Bookmark directories and apparate inside them
 
+LICENSE=	GPLv2
+
+OPTIONS_DEFINE=	DOCS
+
 GNU_CONFIGURE=	yes
-MANCOMPRESSED=	no
+MAKE_JOBS_SAFE=	yes
 
 MAN1=		apparix.1
 PORTDOCS=	apparix.azm apparix.html apparix.ps
 PLIST_FILES=	bin/apparix
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|sig_atomic_t|int|g' ${WRKSRC}/util/err.c
+.include <bsd.port.options.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
+	${INSTALL_PROGRAM} ${WRKSRC}/src/apparix ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/doc/apparix.1 ${MANPREFIX}/man/man1
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
+.for i in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
+.endfor
 .endif
 
 .include <bsd.port.mk>

Modified: head/misc/apparix/distinfo
==============================================================================
--- head/misc/apparix/distinfo	Sun Aug  5 05:33:43 2012	(r302062)
+++ head/misc/apparix/distinfo	Sun Aug  5 05:35:50 2012	(r302063)
@@ -1,2 +1,2 @@
-SHA256 (apparix-08-331.tar.gz) = dc331ba5bc0e8be7ca63681f755afa4e621f008b2850f81b98564b5daa438192
-SIZE (apparix-08-331.tar.gz) = 247587
+SHA256 (apparix-11-062.tar.gz) = 211bb5f67b32ba7c3e044a13e4e79eb998ca017538e9f4b06bc92d5953615235
+SIZE (apparix-11-062.tar.gz) = 260823



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