Update devel/psvn to new version 17982. Remove "DISABLE_SIZE=yes" as we now use fetching file from a repository, but not from an URL with static filename. Fix: The patch is relative to the port: # cd /usr/ports/devel # patch -p0 < _the_patch_ <delete psvn/*.orig files> WBR -- bsam--f1BLhvIU3JmgUkUG9Pw7fv7XSB5Dz7TVKHFnRp0yUzAeKe1i Content-Type: text/plain; name="psvn.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="psvn.patch" diff -ruN psvn.orig/Makefile psvn/Makefile --- psvn.orig/Makefile Tue Jan 10 16:26:39 2006 +++ psvn/Makefile Tue Jan 10 16:45:15 2006 @@ -6,7 +6,7 @@ # PORTNAME= psvn -PORTVERSION= 16961 +PORTVERSION= 17982 CATEGORIES= devel elisp MASTER_SITES= http://svn.collab.net/viewcvs/*checkout*/svn/trunk/contrib/client-side/psvn/ DISTNAME= psvn.el\?rev=${PORTVERSION} @@ -19,7 +19,6 @@ EMACS_PORT_NAME?= emacs21 -DISABLE_SIZE= yes NO_WRKSUBDIR= yes EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= # empty diff -ruN psvn.orig/distinfo psvn/distinfo --- psvn.orig/distinfo Tue Jan 10 16:26:39 2006 +++ psvn/distinfo Tue Jan 10 16:27:49 2006 @@ -1,2 +1,3 @@ -MD5 (psvn.el?rev=16961) = efdf49f4a9ffefff3c9e94d911b7979b -SIZE (psvn.el?rev=16961) = 170660 +MD5 (psvn.el?rev=17982) = a4cd8c6a6dbd0a31b51b84ca4d699105 +SHA256 (psvn.el?rev=17982) = 9b17b8827d7ad5b8d4d09b8c02d829406fba950cd6d69d6db272eeb3695658f5 +SIZE (psvn.el?rev=17982) = 173973
Responsible Changed From-To: freebsd-ports-bugs->tdb I'll take it.
State Changed From-To: open->closed Committed. Thanks!