Page MenuHomeFreeBSD
Authored By
osa
Jan 31 2021, 12:17 AM
Size
887 B
Referenced Files
None
Subscribers
None

patch-Makefile

Index: Makefile
===================================================================
--- Makefile (revision 563438)
+++ Makefile (working copy)
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= rlwrap
-PORTVERSION= 0.42
+PORTVERSION= 0.44
DISTVERSIONPREFIX= v
-PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= gamato@users.sf.net
@@ -15,16 +14,21 @@
USE_GITHUB= yes
GH_ACCOUNT= hanslub42
+GH_TAGNAME= 0.44
-USES= readline autoreconf
+USES= autoreconf python readline shebangfix
+PYTHON_NO_DEPENDS= yes
+SHEBANG_GLOB= *.py
+python_OLD_CMD= "/usr/bin/env python3"
+
GNU_CONFIGURE= yes
-PORTDOCS= AUTHORS BUGS NEWS PLEA README TODO
+PORTDOCS= AUTHORS BUGS NEWS README
OPTIONS_DEFINE= DOCS
-post-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
+post-install-DOCS-on:
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
.endfor

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3435285
Default Alt Text
patch-Makefile (887 B)

Event Timeline