Bug 170979 - [PATCH] devel/psvn: update to latest version on author's web site
Summary: [PATCH] devel/psvn: update to latest version on author's web site
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-24 06:40 UTC by Yasuhiro Kimura
Modified: 2012-08-28 21:40 UTC (History)
0 users

See Also:


Attachments
patch-psvn (1.24 KB, text/plain)
2012-08-24 06:40 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2012-08-24 06:40:02 UTC
	Update to latest version on author's web site, which supports
	new working copy structure of Subversion 1.7.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-24 06:40:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-28 21:37:50 UTC
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"
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2012-08-28 21:38:01 UTC
State Changed
From-To: open->closed

Committed, thanks!