Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2002 20:01:58 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35824: [MAINTAINER] update oops from 1.5.22 to 1.5.22 (20020312)
Message-ID:  <20020312170158.BAC922B2@freebsd.org.ru>

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

>Number:         35824
>Category:       ports
>Synopsis:       [MAINTAINER] update oops from 1.5.22 to 1.5.22 (20020312)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 12 09:10:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD 4.5-STABLE i386

>Description:
	update oops-1.5.22 to 1.5.22.20020312:
	fixed more bugs (look at patch)
	by me: add new variables to Makefile, bump PORTREVISION.

>How-To-Repeat:
>Fix:

diff -ruN oops.old/Makefile oops/Makefile
--- oops.old/Makefile	Tue Mar 12 19:57:53 2002
+++ oops/Makefile	Tue Mar 12 19:56:54 2002
@@ -6,9 +6,17 @@
 #
 
 PORTNAME=	oops
-PORTVERSION=	1.5.22
+OOPSVERSION=	1.5.22
+OOPSDATE=	20020312
+PORTVERSION=	${OOPSVERSION}.${OOPSDATE}
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://zipper.paco.net/~igor/oops/
+DISTNAME=	${PORTNAME}-${OOPSVERSION}
+
+PATCH_SITES=	${MASTER_SITES}
+PATCHFILES=	${PORTNAME}-${OOPSVERSION}-${OOPSDATE}.patch
+PATCH_DIST_STRIP= -d ${WRKDIR}/${DISTNAME}
 
 MAINTAINER=	ozz@FreeBSD.org.ru
 
diff -ruN oops.old/distinfo oops/distinfo
--- oops.old/distinfo	Tue Mar 12 19:57:53 2002
+++ oops/distinfo	Tue Mar 12 19:24:55 2002
@@ -1 +1,2 @@
 MD5 (oops-1.5.22.tar.gz) = bd6f743fb4abc6cf08ae310b1927b211
+MD5 (oops-1.5.22-20020312.patch) = 920761a364d131960fbbf29ef80cdae8

>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?20020312170158.BAC922B2>