Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2012 02:43:48 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/170157: misc/apparix: Update to version 20110303
Message-ID:  <20120726024348.17109809bf298ec88e4a53f7@yahoo.com>
Resent-Message-ID: <201207251810.q6PIAEff060843@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         170157
>Category:       ports
>Synopsis:       misc/apparix: Update to version 20110303
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 25 18:10:14 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p9 i386
>Organization:
>Environment:
>Description:
- Update to version 20110303

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/misc/apparix/Makefile misc/apparix/Makefile
--- /usr/ports/misc/apparix/Makefile	2010-09-03 06:17:33.000000000 +0900
+++ misc/apparix/Makefile	2012-07-10 03:25:15.000000000 +0900
@@ -6,30 +6,36 @@
 #
 
 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
 
+.include <bsd.port.options.mk>
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|sig_atomic_t|int|g' ${WRKSRC}/util/err.c
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-	${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/misc/apparix/distinfo misc/apparix/distinfo
--- /usr/ports/misc/apparix/distinfo	2011-03-19 21:30:44.000000000 +0900
+++ misc/apparix/distinfo	2012-07-10 03:24:32.000000000 +0900
@@ -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
>Release-Note:
>Audit-Trail:
>Unformatted:



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