Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Oct 2014 08:59:35 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370833 - in head: archivers/ha archivers/unarj misc/kenny print/txtbdf2ps www/opera x11-wm/vtwm
Message-ID:  <201410140859.s9E8xZEr003540@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Tue Oct 14 08:59:35 2014
New Revision: 370833
URL: https://svnweb.freebsd.org/changeset/ports/370833
QAT: https://qat.redports.org/buildarchive/r370833/

Log:
  - Switch MASTER_SITES to googledrive.com for my ports.

Modified:
  head/archivers/ha/Makefile
  head/archivers/unarj/Makefile
  head/misc/kenny/Makefile
  head/print/txtbdf2ps/Makefile
  head/www/opera/Makefile
  head/x11-wm/vtwm/Makefile

Modified: head/archivers/ha/Makefile
==============================================================================
--- head/archivers/ha/Makefile	Tue Oct 14 06:30:17 2014	(r370832)
+++ head/archivers/ha/Makefile	Tue Oct 14 08:59:35 2014	(r370833)
@@ -5,7 +5,7 @@ PORTNAME=	ha
 PORTVERSION=	0.999b
 PORTREVISION=	1
 CATEGORIES=	archivers
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/
 DISTNAME=	ha0999
 
 MAINTAINER=	ak@FreeBSD.org
@@ -13,8 +13,6 @@ COMMENT=	File archiver based on HSC comp
 
 LICENSE=	GPLv2
 
-PROJECTHOST=	ak-various-projects
-
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/ha
 MAKEFILE=	makefile.nix

Modified: head/archivers/unarj/Makefile
==============================================================================
--- head/archivers/unarj/Makefile	Tue Oct 14 06:30:17 2014	(r370832)
+++ head/archivers/unarj/Makefile	Tue Oct 14 08:59:35 2014	(r370833)
@@ -5,13 +5,13 @@ PORTNAME=	unarj
 PORTVERSION=	2.65
 PORTREVISION=	2
 CATEGORIES=	archivers
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
-PROJECTHOST=	ak-various-projects
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/
 
 MAINTAINER=	ak@FreeBSD.org
 COMMENT=	Allows files to be extracted from ARJ archives
 
+USES=	tar:tgz
+
 PLIST_FILES=	bin/unarj
 PORTDOCS=	unarj.txt technote.txt
 

Modified: head/misc/kenny/Makefile
==============================================================================
--- head/misc/kenny/Makefile	Tue Oct 14 06:30:17 2014	(r370832)
+++ head/misc/kenny/Makefile	Tue Oct 14 08:59:35 2014	(r370833)
@@ -5,7 +5,7 @@ PORTNAME=	kenny
 PORTVERSION=	1.7
 PORTREVISION=	1
 CATEGORIES=	misc perl5
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}\
+MASTER_SITES=	https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \
 				http://www.cgarbs.de/stuff/
 DISTNAME=	${PORTNAME}.pl-${PORTVERSION}
 EXTRACT_SUFX=	.gz
@@ -15,8 +15,6 @@ COMMENT=	Translate text both to and from
 
 LICENSE=	ART10
 
-PROJECTHOST=	ak-various-projects
-
 CONFLICTS=	filters-*
 
 USES=		perl5

Modified: head/print/txtbdf2ps/Makefile
==============================================================================
--- head/print/txtbdf2ps/Makefile	Tue Oct 14 06:30:17 2014	(r370832)
+++ head/print/txtbdf2ps/Makefile	Tue Oct 14 08:59:35 2014	(r370833)
@@ -5,15 +5,13 @@ PORTNAME=	txtbdf2ps
 PORTVERSION=	0.7.1
 PORTREVISION=	1
 CATEGORIES=	print
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
+MASTER_SITES=	https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \
 		http://oldrus-ispell.sourceforge.net/
 EXTRACT_SUFX=	.txt
 
 MAINTAINER=	ak@FreeBSD.org
 COMMENT=	Translator TXT + BDF to PS
 
-PROJECTHOST=	ak-various-projects
-
 PLIST_FILES=	bin/txtbdf2ps
 USES=		perl5 shebangfix
 EXTRACT_CMD=	${CP}

Modified: head/www/opera/Makefile
==============================================================================
--- head/www/opera/Makefile	Tue Oct 14 06:30:17 2014	(r370832)
+++ head/www/opera/Makefile	Tue Oct 14 08:59:35 2014	(r370833)
@@ -84,9 +84,7 @@ do-build:
 .endif
 
 do-configure:
-	${MV} ${WRKSRC}/share/man ${WRKSRC}/man
-	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \
-		-e 's|share/man|man|g' ${WRKSRC}/install
+	@${MV} ${WRKSRC}/share/man ${WRKSRC}/man
 	@${REINPLACE_CMD} -e 's|"$${0%/.}"|${PREFIX}|g' \
 		-e 's|/usr/local/profile|$$HOME/.opera|' \
 		${WRKSRC}/opera

Modified: head/x11-wm/vtwm/Makefile
==============================================================================
--- head/x11-wm/vtwm/Makefile	Tue Oct 14 06:30:17 2014	(r370832)
+++ head/x11-wm/vtwm/Makefile	Tue Oct 14 08:59:35 2014	(r370833)
@@ -4,8 +4,7 @@
 PORTNAME=	vtwm
 PORTVERSION=	5.4.99.20130906
 CATEGORIES=	x11-wm
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
-PROJECTHOST=	ak-various-projects
+MASTER_SITES=	https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/
 
 MAINTAINER=	ak@FreeBSD.org
 COMMENT=	Twm with a virtual desktop and optional Motif-like features



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410140859.s9E8xZEr003540>