Index: head/devel/rlwrap/Makefile =================================================================== --- head/devel/rlwrap/Makefile (revision 386148) +++ head/devel/rlwrap/Makefile (revision 386149) @@ -1,31 +1,32 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= rlwrap -PORTVERSION= 0.37 +PORTVERSION= 0.42 +DISTVERSIONPREFIX= v CATEGORIES= devel -MASTER_SITES= http://utopia.knoware.nl/~hlub/uck/rlwrap/ \ - ${MASTER_SITE_LOCAL} \ - http://dryice.name/computer/FreeBSD/distfiles/ -MASTER_SITE_SUBDIR= dryice MAINTAINER= gamato@users.sf.net COMMENT= Readline wrapper -USES= readline +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GITHUB= yes +GH_ACCOUNT= hanslub42 +GH_PROJECT= ${PORTNAME} + +USES= readline autoreconf GNU_CONFIGURE= yes PORTDOCS= AUTHORS BUGS NEWS PLEA README TODO OPTIONS_DEFINE= DOCS - -post-patch: .SILENT - ${REINPLACE_CMD} 's|/dev/ptmx|${NONEXISTENT}|' ${WRKSRC}/configure post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/devel/rlwrap/distinfo =================================================================== --- head/devel/rlwrap/distinfo (revision 386148) +++ head/devel/rlwrap/distinfo (revision 386149) @@ -1,2 +1,2 @@ -SHA256 (rlwrap-0.37.tar.gz) = 8403a2c184a33ee293a30637afd1362e7dbe0ee642c33b54b2fca68162498bbd -SIZE (rlwrap-0.37.tar.gz) = 251438 +SHA256 (hanslub42-rlwrap-v0.42_GH0.tar.gz) = fff56c24341f0c717cf3a8f0ebbf2cba415b1952e1591168ca69ed13638b20f3 +SIZE (hanslub42-rlwrap-v0.42_GH0.tar.gz) = 139838 Index: head/devel/rlwrap/files/patch-configure.ac =================================================================== --- head/devel/rlwrap/files/patch-configure.ac (nonexistent) +++ head/devel/rlwrap/files/patch-configure.ac (revision 386149) @@ -0,0 +1,20 @@ +--- configure.ac.orig 2014-11-14 14:48:11 UTC ++++ configure.ac +@@ -212,7 +212,7 @@ AC_CACHE_CHECK(for pty/tty type, ptyttyl + AC_CHECK_HEADERS([pty.h]) + else if test x$ac_cv_func__getpty = xyes; then + ptyttylib_cv_ptys=SGI4 +- else if test -c /dev/ttyp20 -a ! -c /dev/ptmx; then ++ else if test -c /dev/ttyp20 -a ! -c /nonexistent; then + ptyttylib_cv_ptys=SCO + else if test -c /dev/ptym/clone; then + ptyttylib_cv_ptys=HPUX +@@ -222,7 +222,7 @@ AC_CACHE_CHECK(for pty/tty type, ptyttyl + ptyttylib_cv_ptys=PTC + else if test -c /dev/ptc -a -d /dev/pts; then + ptyttylib_cv_ptys=PTC +- else if test -c /dev/ptmx -a -c /dev/pts/0; then ++ else if test -c /nonexistent -a -c /dev/pts/0; then + ptyttylib_cv_ptys=STREAMS + else case "$host_os" in + *cygwin*) ptyttylib_cv_ptys=STREAMS ;; Property changes on: head/devel/rlwrap/files/patch-configure.ac ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property