ports/170157: misc/apparix: Update to version 20110303
KATO Tsuguru
tkato432 at yahoo.com
Wed Jul 25 18:10:15 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list