Bug 180079

Summary: print/lout update and take maintainership
Product: Ports & Packages Reporter: Danilo EgĂȘa Gondolfo <danilogondolfo>
Component: Individual Port(s)Assignee: Pawel Pekala <pawel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Danilo EgĂȘa Gondolfo 2013-06-29 05:00:00 UTC
Changes
- Update from 3.39 to 3.40
- Take maintainership
- Header crop

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-06-29 10:55:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-29 11:05:09 UTC
Author: pawel
Date: Sat Jun 29 10:05:00 2013
New Revision: 322038
URL: http://svnweb.freebsd.org/changeset/ports/322038

Log:
  - Update to version 3.40
  - Hand maintainership to submitter
  
  PR:		ports/180079
  Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com>

Modified:
  head/print/lout/Makefile   (contents, props changed)
  head/print/lout/distinfo   (contents, props changed)
  head/print/lout/pkg-plist   (contents, props changed)

Modified: head/print/lout/Makefile
==============================================================================
--- head/print/lout/Makefile	Sat Jun 29 09:50:03 2013	(r322037)
+++ head/print/lout/Makefile	Sat Jun 29 10:05:00 2013	(r322038)
@@ -1,16 +1,12 @@
-# New ports collection makefile for: lout
-# Date created:      10/22/96
-# Whom:              oly@world.std.com
-#
+# Created by: oly@world.std.com
 # $FreeBSD$
-#
 
 PORTNAME=	lout
-PORTVERSION=	3.39
+PORTVERSION=	3.40
 CATEGORIES=	print
 MASTER_SITES=	SAVANNAH
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	danilogondolfo@gmail.com
 COMMENT=	LaTeX like document creation system with PostScript/PDF output
 
 LICENSE=	GPLv3 # (or later)

Modified: head/print/lout/distinfo
==============================================================================
--- head/print/lout/distinfo	Sat Jun 29 09:50:03 2013	(r322037)
+++ head/print/lout/distinfo	Sat Jun 29 10:05:00 2013	(r322038)
@@ -1,2 +1,2 @@
-SHA256 (lout-3.39.tar.gz) = 78a75504fa25c2e55539ecd9f4ba13ff1e402a1ffb307d70474a4d6033f6f389
-SIZE (lout-3.39.tar.gz) = 2157040
+SHA256 (lout-3.40.tar.gz) = 3d16f1ce3373ed96419ba57399c2e4d94f88613c2cb4968cb0331ecac3da68bd
+SIZE (lout-3.40.tar.gz) = 2172651

Modified: head/print/lout/pkg-plist
==============================================================================
--- head/print/lout/pkg-plist	Sat Jun 29 09:50:03 2013	(r322037)
+++ head/print/lout/pkg-plist	Sat Jun 29 10:05:00 2013	(r322038)
@@ -118,7 +118,6 @@ bin/prg2lout
 %%PORTDOCS%%%%DOCSDIR%%/slides/all
 %%PORTDOCS%%%%DOCSDIR%%/slides/mydefs
 %%PORTDOCS%%%%DOCSDIR%%/slides/outfile.ps
-%%PORTDOCS%%%%DOCSDIR%%/user/.README.swp
 %%PORTDOCS%%%%DOCSDIR%%/user/README
 %%PORTDOCS%%%%DOCSDIR%%/user/all
 %%PORTDOCS%%%%DOCSDIR%%/user/ap_byp
@@ -585,6 +584,12 @@ bin/prg2lout
 %%DATADIR%%/include/tblf
 %%DATADIR%%/include/ts
 %%DATADIR%%/include/xrgb
+%%DATADIR%%/include/tclf
+%%DATADIR%%/include/tcl
+%%DATADIR%%/include/old_graphf
+%%DATADIR%%/include/old_graph
+%%DATADIR%%/include/javascriptf
+%%DATADIR%%/include/javascript
 %%DATADIR%%/locale/.place_holder
 %%DATADIR%%/maps/00README
 %%DATADIR%%/maps/Ding.LCM
_______________________________________________
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 Pawel Pekala freebsd_committer freebsd_triage 2013-06-29 11:05:12 UTC
State Changed
From-To: open->closed

Committed. Thanks!