Bug 148000 - Update port: devel/cvs2html Update + take maintainership
Summary: Update port: devel/cvs2html Update + take maintainership
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-19 21:40 UTC by Chris Rees
Modified: 2010-06-20 02:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Rees 2010-06-19 21:40:01 UTC
	I've also added a LICENSE line to the port; it's GPLv2'd.

Fix: 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.--ME2toNIQgGDRMVwgVXxeC0GmbFXdjmQqLFaBCoh8vUpvakYi
Content-Type: text/plain; name="cvs2html.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cvs2html.diff"

diff -ruN cvs2html.orig/Makefile cvs2html/Makefile
--- cvs2html.orig/Makefile	2010-06-19 20:56:19.000000000 +0100
+++ cvs2html/Makefile	2010-06-19 21:30:20.000000000 +0100
@@ -6,22 +6,24 @@
 #
 
 PORTNAME=	cvs2html
-PORTVERSION=	1.96
+PORTVERSION=	1.98
 CATEGORIES=	devel perl5
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	sada
-EXTRACT_SUFX=	.gz
+MASTER_SITES=	http://www.bayofrum.net/dist/${PORTNAME}/${PORTVERSION}/ \
+				http://cvs.sslug.dk/cvs2html/utils/
+DISTNAME=	${PORTNAME}
+EXTRACT_SUFX=
+EXTRACT_ONLY=
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	utisoft@gmail.com
 COMMENT=	Perl script to turn ``cvs log'' output into HTML
 
+LICENSE=	GPLv2
 PLIST_FILES=	bin/cvs2html
 USE_PERL5=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
-EXTRACT_AFTER_ARGS=	> ${PORTNAME}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME} ${PREFIX}/bin
 
 .include <bsd.port.mk>
diff -ruN cvs2html.orig/distinfo cvs2html/distinfo
--- cvs2html.orig/distinfo	2010-06-19 20:56:19.000000000 +0100
+++ cvs2html/distinfo	2010-06-19 21:27:11.000000000 +0100
@@ -1,3 +1,3 @@
-MD5 (cvs2html-1.96.gz) = 2b32cd9972272240b279666be0c64fa5
-SHA256 (cvs2html-1.96.gz) = d3ba2d33d0638e792354f02efc07e40228002698bd3ac132c00f9e3b48584bb5
-SIZE (cvs2html-1.96.gz) = 16377
+MD5 (cvs2html) = 8f8ddd3bb4d2ba0b55b9f67c3051fdaa
+SHA256 (cvs2html) = a66cb741a364a6f2574c866cadd83fc30eacfd8a18178b730f9f9a6f9e0da675
+SIZE (cvs2html) = 60868
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-06-20 02:33:26 UTC
wen         2010-06-20 01:33:17 UTC

  FreeBSD ports repository

  Modified files:
    devel/cvs2html       Makefile distinfo 
  Log:
  - Update to 1.98
  - Pass maintainership to submitter
  
  PR:             ports/148000
  Submitted by:   Chris Rees <utisoft@gmail.com>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.20      +10 -7     ports/devel/cvs2html/Makefile
  1.17      +3 -3      ports/devel/cvs2html/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2010-06-20 02:34:07 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!