Date: Thu, 31 Oct 2019 18:50:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516188 - head/editors/hnb Message-ID: <201910311850.x9VIoe28067294@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Oct 31 18:50:40 2019 New Revision: 516188 URL: https://svnweb.freebsd.org/changeset/ports/516188 Log: - Fix on amd64 PR: 240770 Submitted by: fox@FreeBSD.org Modified: head/editors/hnb/Makefile head/editors/hnb/distinfo Modified: head/editors/hnb/Makefile ============================================================================== --- head/editors/hnb/Makefile Thu Oct 31 18:17:17 2019 (r516187) +++ head/editors/hnb/Makefile Thu Oct 31 18:50:40 2019 (r516188) @@ -2,42 +2,40 @@ # $FreeBSD$ PORTNAME= hnb -PORTVERSION= 1.9.17 -PORTREVISION= 1 +PORTVERSION= 1.9.18 +DISTVERSIONPREFIX= v CATEGORIES= editors -MASTER_SITES= SF MAINTAINER= amdmi3@FreeBSD.org COMMENT= Hierarchical NoteBook a data organizer LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/../COPYING +LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= i386 - USES= gmake -ALL_TARGET= # empty -MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +USE_GITHUB= yes +GH_ACCOUNT= fraggerfox +MAKE_JOBS_UNSAFE= yes + PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz PORTDOCS= * +PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES -post-patch: - @${REINPLACE_CMD} -e 's|^CFLAGS=|CFLAGS+=|; s|make|$${MAKE}|' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/libcli/Makefile - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/hnb ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/../doc/hnb.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for FILE in Documentation.hnb Documentation.html hnbrc - ${INSTALL_DATA} ${WRKSRC}/../doc/${FILE} ${STAGEDIR}${DOCSDIR} -.endfor + ${INSTALL_PROGRAM} ${WRKSRC}/src/hnb ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/hnb.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/Documentation.* ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/hnbrc ${STAGEDIR}${EXAMPLESDIR} .include <bsd.port.mk> Modified: head/editors/hnb/distinfo ============================================================================== --- head/editors/hnb/distinfo Thu Oct 31 18:17:17 2019 (r516187) +++ head/editors/hnb/distinfo Thu Oct 31 18:50:40 2019 (r516188) @@ -1,2 +1,3 @@ -SHA256 (hnb-1.9.17.tar.gz) = c233c00aaef5b7fb93759d7888c885f99f40aec689a7f3e0d5d8b5797bf80cd4 -SIZE (hnb-1.9.17.tar.gz) = 143700 +TIMESTAMP = 1569472947 +SHA256 (fraggerfox-hnb-v1.9.18_GH0.tar.gz) = edef3c2c588b66a619b5b8d7e98bc6e5f2c6a08fb3011e63bed4521a89a73cc8 +SIZE (fraggerfox-hnb-v1.9.18_GH0.tar.gz) = 141437
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910311850.x9VIoe28067294>