Index: head/x11/xclip/Makefile =================================================================== --- head/x11/xclip/Makefile (revision 454460) +++ head/x11/xclip/Makefile (revision 454461) @@ -1,32 +1,34 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= xclip -PORTVERSION= 0.12 -PORTREVISION= 2 +PORTVERSION= 0.13 CATEGORIES= x11 -MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Interface to X selections ("the clipboard") from the command line LICENSE= GPLv2 +USE_GITHUB= yes +GH_ACCOUNT= astrand + +USES= autoreconf gmake iconv USE_XORG= x11 xmu -USES= gmake + GNU_CONFIGURE= yes CONFIGURE_ENV+= ac_cv_header_X11_Xmu_Atoms_h=yes \ ac_cv_header_X11_Intrinsic_h=yes \ ac_cv_lib_Xmu_XmuClientWindow=yes PLIST_FILES= bin/xclip bin/xclip-copyfile bin/xclip-cutfile \ bin/xclip-pastefile \ man/man1/xclip.1.gz man/man1/xclip-copyfile.1.gz post-patch: ${REINPLACE_CMD} 's,mktemp,mktemp -t xclip,' ${WRKSRC}/xclip-copyfile post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xclip .include Index: head/x11/xclip/distinfo =================================================================== --- head/x11/xclip/distinfo (revision 454460) +++ head/x11/xclip/distinfo (revision 454461) @@ -1,2 +1,3 @@ -SHA256 (xclip-0.12.tar.gz) = b7c7fad059ba446df5692d175c2a1d3816e542549661224806db369a0d716c45 -SIZE (xclip-0.12.tar.gz) = 63420 +TIMESTAMP = 1511039611 +SHA256 (astrand-xclip-0.13_GH0.tar.gz) = ca5b8804e3c910a66423a882d79bf3c9450b875ac8528791fb60ec9de667f758 +SIZE (astrand-xclip-0.13_GH0.tar.gz) = 30461 Index: head/x11/xclip/pkg-descr =================================================================== --- head/x11/xclip/pkg-descr (revision 454460) +++ head/x11/xclip/pkg-descr (revision 454461) @@ -1,18 +1,18 @@ xclip is a command line utility that is designed to run on any system with an X11 implementation. It provides an interface to X selections ("the clipboard") from the command line. It can read data from standard in or a file and place it in an X selection for pasting into other X applications. xclip can also print an X selection to standard out, which can then be redirected to a file or another program. FEATURES ======== * Reads data piped to standard in or files given as arguments * Prints contents of selection to standard out * Accesses the XA_PRIMARY, XA_SECONDARY or XA_CLIPBOARD selection * Supports the INCR mechanism for large transfers * Connects to the X display in $DISPLAY, or specified with -display host:0 * Waits for selection requests in the background -WWW: https://sourceforge.net/projects/xclip/ +WWW: https://github.com/astrand/xclip