Summary: | [PATCH] devel/psvn: update to latest version on author's web site | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Boris Samorodov <bsam> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Yasuhiro Kimura
2012-08-24 06:40:02 UTC
Responsible Changed From-To: freebsd-ports-bugs->bsam Over to maintainer (via the GNATS Auto Assign Tool) Author: bsam Date: Tue Aug 28 20:37:41 2012 New Revision: 303297 URL: http://svn.freebsd.org/changeset/ports/303297 Log: . update to the latest version, which supports a new working copy structure of Subversion 1.7; . release maintainership. PR: ports/170979 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Modified: head/devel/psvn/Makefile head/devel/psvn/distinfo Modified: head/devel/psvn/Makefile ============================================================================== --- head/devel/psvn/Makefile Tue Aug 28 20:25:56 2012 (r303296) +++ head/devel/psvn/Makefile Tue Aug 28 20:37:41 2012 (r303297) @@ -6,15 +6,14 @@ # PORTNAME= psvn -PORTVERSION= 915036 -PORTREVISION= 7 +PORTVERSION= 20120326.212349 CATEGORIES= devel elisp -MASTER_SITES= http://svn.apache.org/viewvc/subversion/trunk/contrib/client-side/emacs/ +MASTER_SITES= http://www.xsteve.at/prg/emacs/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} -DISTNAME= psvn.el\?revision=${PORTVERSION}\&view=co +DISTNAME= psvn.el EXTRACT_SUFX= # empty -MAINTAINER= bsam@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Subversion interface for Emacs RUN_DEPENDS= svn:${PORTSDIR}/devel/subversion Modified: head/devel/psvn/distinfo ============================================================================== --- head/devel/psvn/distinfo Tue Aug 28 20:25:56 2012 (r303296) +++ head/devel/psvn/distinfo Tue Aug 28 20:37:41 2012 (r303297) @@ -1,2 +1,2 @@ -SHA256 (psvn.el?revision=915036&view=co) = cccb9167058aaa5f9eaabdf89b88b49736597bc928eddda03b3192bda012c1d2 -SIZE (psvn.el?revision=915036&view=co) = 301982 +SHA256 (psvn.el) = 282c91f985a06a7c276b474386b574eaf6f6664600ae790b3a653deafc820721 +SIZE (psvn.el) = 302680 \ No newline at end of file _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, thanks! |