Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 22:35:00 +0200 (CEST)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41210: Update port: graphics/divxcalc -> 0.4
Message-ID:  <20020731203500.73D01895@unsane.de>

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

>Number:         41210
>Category:       ports
>Synopsis:       Update port: graphics/divxcalc -> 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 31 13:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD galore.unsane.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 28 12:22:42 CEST 2002 root@galore.unsane.de:/usr/obj/usr/src/sys/GALORE_OB i386


>Description:

Update graphics/divxcalc from 0.3 to 0.4.
Changed MASTER_SITES.
Added post-install target, since divxcalc.xpm would not be installed otherwise
(Do we really want to install this pixmap file "manually"? Otherwise change pkg-plist).

Regards,
         Olli
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/divxcalc/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	2002/07/29 20:25:56	1.4
+++ Makefile	2002/07/31 20:34:01
@@ -7,9 +7,9 @@
 #
 
 PORTNAME=	divxcalc
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	graphics
-MASTER_SITES=	http://tuxpower.f2g.net/divxcalc/
+MASTER_SITES=	http://members.ams.chello.nl/r.slooten2/divxcalc/
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -29,5 +29,9 @@
 .for file in config.guess config.sub install-sh missing mkinstalldirs
 	@${LN} -sf ${LOCALBASE}/share/automake14/automake/${file} ${WRKSRC}
 .endfor
+
+post-install:
+	${MKDIR} ${DATADIR}/pixmaps
+	${INSTALL_DATA} ${WRKSRC}/pixmaps/divxcalc.xpm ${DATADIR}/pixmaps
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/graphics/divxcalc/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	2002/07/29 20:25:56	1.2
+++ distinfo	2002/07/31 20:34:01
@@ -1 +1 @@
-MD5 (divxcalc-0.3.tar.gz) = cb64d0f1af29275a55d5745f169b39e8
+MD5 (divxcalc-0.4.tar.gz) = 38b60fbf8a3697e11d6d862aa803fa92
>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?20020731203500.73D01895>