svn commit: r453234 - in head/ports-mgmt/portscout: . files

Ryan Steinmetz zi at FreeBSD.org
Tue Oct 31 14:37:20 UTC 2017


Author: zi
Date: Tue Oct 31 14:37:19 2017
New Revision: 453234
URL: https://svnweb.freebsd.org/changeset/ports/453234

Log:
  - Add patch to support http/https for sourceforge
  - Bump PORTREVISION

Added:
  head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_SourceForge.pm   (contents, props changed)
Modified:
  head/ports-mgmt/portscout/Makefile

Modified: head/ports-mgmt/portscout/Makefile
==============================================================================
--- head/ports-mgmt/portscout/Makefile	Tue Oct 31 12:50:38 2017	(r453233)
+++ head/ports-mgmt/portscout/Makefile	Tue Oct 31 14:37:19 2017	(r453234)
@@ -3,7 +3,7 @@
 
 PORTNAME=	portscout
 PORTVERSION=	0.8.1
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ \
 		http://www.atarininja.org/~wxs/distfiles/ \

Added: head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_SourceForge.pm
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/ports-mgmt/portscout/files/patch-Portscout_SiteHandler_SourceForge.pm	Tue Oct 31 14:37:19 2017	(r453234)
@@ -0,0 +1,11 @@
+--- Portscout/SiteHandler/SourceForge.pm.orig	2010-05-05 01:54:16 UTC
++++ Portscout/SiteHandler/SourceForge.pm
+@@ -85,7 +85,7 @@ sub CanHandle
+ 
+ 	my ($url) = @_;
+ 
+-	return ($url =~ /^http:\/\/[^\/]*?\.sourceforge\.net\/project\//);
++	return ($url =~ /^https?:\/\/[^\/]*?\.sourceforge\.net\/project\//);
+ }
+ 
+ 


More information about the svn-ports-all mailing list