Upgrade, 3.4e -> 3.4f. Shared library version has changed 4.5 -> 4.6

(and this is correct!).
This commit is contained in:
Satoshi Asami 1995-06-25 22:29:26 +00:00
parent efcb303c51
commit 7562cd13e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1879
5 changed files with 8 additions and 10 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: xpm
# Version required: 3.4e
# Version required: 3.4f
# Date created: 14 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.6 1995/04/09 07:09:52 asami Exp $
# $Id: Makefile,v 1.7 1995/06/24 11:38:29 asami Exp $
#
DISTNAME= xpm-3.4e
DISTNAME= xpm-3.4f
CATEGORIES+= graphics x11
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/

View File

@ -1 +1 @@
MD5 (xpm-3.4e.tar.gz) = 730edb196ece683905915b1357ae72d2
MD5 (xpm-3.4f.tar.gz) = daf897d6d2bda523d8f8eca13e9c6208

View File

@ -1 +1 @@
xpm-3.4e - version 3.4e of the X Pixmap library
xpm-3.4f - version 3.4f of the X Pixmap library

View File

@ -1,6 +1,6 @@
xpm-3.4e
xpm-3.4f
Here is an extract from the source distribution xpm-3.4e README file:
Here is an extract from the source distribution xpm-3.4f README file:
* Copyright (C) 1989-94 GROUPE BULL
@ -17,5 +17,3 @@ XpmCreateDataFromPixmap, XpmReadFileToPixmap and XpmWriteFileFromPixmap for
respectively including, storing, reading and writing this format, plus four
other: XpmCreateImageFromData, XpmCreateDataFromImage, XpmReadFileToImage and
XpmWriteFileFromImage for working with images instead of pixmaps.

View File

@ -3,7 +3,7 @@
bin/sxpm
@mode 644
lib/libXpm.a
lib/libXpm.so.4.5
lib/libXpm.so.4.6
@exec ldconfig -m %B
@exec ranlib %D/lib/libXpm.a
@mode 444