Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2016 15:50:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412358 - in head/www/bkmrkconv: . files
Message-ID:  <201604011550.u31FoZ7K001368@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Apr  1 15:50:35 2016
New Revision: 412358
URL: https://svnweb.freebsd.org/changeset/ports/412358

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Switch to options helpers
  - Regenerate patch and switch to patching an actual file instead of symlink to it

Added:
  head/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl
     - copied, changed from r412357, head/www/bkmrkconv/files/patch-bkmrkconv.pl
Deleted:
  head/www/bkmrkconv/files/patch-bkmrkconv.pl
Modified:
  head/www/bkmrkconv/Makefile

Modified: head/www/bkmrkconv/Makefile
==============================================================================
--- head/www/bkmrkconv/Makefile	Fri Apr  1 15:49:49 2016	(r412357)
+++ head/www/bkmrkconv/Makefile	Fri Apr  1 15:50:35 2016	(r412358)
@@ -9,8 +9,11 @@ MASTER_SITES=	http://www.bleb.org/softwa
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Netscape bookmarks.html converter
 
+LICENSE=	ART10
+
 USES=		perl5
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS
 
@@ -26,6 +29,8 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/utils/* ${STAGEDIR}${DATADIR}
 	@${MKDIR} ${STAGEDIR}${DATADIR}/src
 	${INSTALL_DATA} ${WRKSRC}/src.example/* ${STAGEDIR}${DATADIR}/src
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR}
 

Copied and modified: head/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl (from r412357, head/www/bkmrkconv/files/patch-bkmrkconv.pl)
==============================================================================
--- head/www/bkmrkconv/files/patch-bkmrkconv.pl	Fri Apr  1 15:49:49 2016	(r412357, copy source)
+++ head/www/bkmrkconv/files/patch-bkmrkconv-1.12.pl	Fri Apr  1 15:50:35 2016	(r412358)
@@ -1,6 +1,6 @@
---- bkmrkconv.pl.orig	Thu Sep 21 00:21:54 2000
-+++ bkmrkconv.pl	Wed Mar  7 05:37:20 2001
-@@ -70,9 +70,10 @@
+--- bkmrkconv-1.12.pl.orig	2016-04-01 15:44:40 UTC
++++ bkmrkconv-1.12.pl
+@@ -74,9 +74,10 @@ $outputDir =~ s!/$!!;
  
  chomp(my $oldcwd = `pwd`);
  chdir $outputDir;



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