Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Oct 2002 16:30:38 +0300 (MSK)
From:      "Lev A. Serebryakov" <lev@serebryakov.spb.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44525: [PATCH] Correction for port textproc/latex2html
Message-ID:  <200210271330.g9RDUcO0000323@ftp.translate.ru>

next in thread | raw e-mail | index | archive | help

>Number:         44525
>Category:       ports
>Synopsis:       [PATCH] Correction for port textproc/latex2html
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 27 05:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lev A. Serebryakov <lev@serebryakov.spb.ru>
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD freebsd.sereb.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Aug 8 20:06:13 MSD 2002 root@freebsd.sereb.net:/usr/obj/usr/src/sys/LEVMAIL i386
Ports collection: 27 Oct 2002

>Description:

  Port have version 2002-2-1, and it is not good port version.
  2002.2.1 will be much better.
  This patch correct this problem.

>How-To-Repeat:

>Fix:
diff -ruN latex2html.orig/Makefile latex2html/Makefile
--- latex2html.orig/Makefile	Sun Oct 27 15:25:00 2002
+++ latex2html/Makefile	Sun Oct 27 15:25:23 2002
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	latex2html
-PORTVERSION=	2002-2-1
+PORTVERSION=	2002.2.1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_TEX_CTAN}
 MASTER_SITE_SUBDIR=	support/${PORTNAME}
-DISTNAME=	${PORTNAME}-${PORTVERSION:S/b/beta/}
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/./-/g}
 
 MAINTAINER=	ports@FreeBSD.org
 
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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