ports/65168: Update palm/libmal to 0.40, take maintainership
Arjan van Leeuwen
avleeuwen at piwebs.com
Sun Apr 4 17:30:11 UTC 2004
>Number: 65168
>Category: ports
>Synopsis: Update palm/libmal to 0.40, take maintainership
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sun Apr 04 10:30:10 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Arjan van Leeuwen
>Release: FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 5.2-CURRENT #0: Sat Mar 20 17:17:07 CET 2004
root at vincent.piwebs.com:/usr/obj/usr/src/sys/AMD760
>Description:
This patch updates palm/libmal to version 0.40, and assigns
the maintainership to me (as requested by the previous
maintainer, Adriaan de Groot).
>How-To-Repeat:
>Fix:
--- libmal.diff begins here ---
diff -urN /usr/ports/palm/libmal/Makefile libmal/Makefile
--- /usr/ports/palm/libmal/Makefile Sun Mar 14 07:17:12 2004
+++ libmal/Makefile Sun Apr 4 19:06:04 2004
@@ -3,16 +3,15 @@
# Whom: Adriaan de Groot <groot at kde.org>
#
#
-# $FreeBSD: ports/palm/libmal/Makefile,v 1.5 2004/03/14 06:17:12 ade Exp $
+# $FreeBSD$
#
PORTNAME= libmal
-PORTVERSION= 0.31
-PORTREVISION= 1
+PORTVERSION= 0.40
CATEGORIES= palm
MASTER_SITES= http://jasonday.home.att.net/code/libmal/
-MAINTAINER= groot at kde.org
+MAINTAINER= avleeuwen at piwebs.com
COMMENT= A library encapsulating malsync
LIB_DEPENDS= pisock.8:${PORTSDIR}/palm/pilot-link
@@ -20,6 +19,7 @@
USE_GMAKE= YES
USE_LIBTOOL_VER=13
HAS_CONFIGURE= YES
-INSTALLS_SHLIB= libmal
+INSTALLS_SHLIB= YES
+CONFLICTS= malsync-*
.include <bsd.port.mk>
diff -urN /usr/ports/palm/libmal/distinfo libmal/distinfo
--- /usr/ports/palm/libmal/distinfo Thu Mar 18 19:00:53 2004
+++ libmal/distinfo Sun Apr 4 18:41:05 2004
@@ -1,2 +1,2 @@
-MD5 (libmal-0.31.tar.gz) = 3d1fd0a5ece6de47d55df5829ee8b6a2
-SIZE (libmal-0.31.tar.gz) = 323038
+MD5 (libmal-0.40.tar.gz) = b570bc495101de915f3401d0baaf6b62
+SIZE (libmal-0.40.tar.gz) = 329928
diff -urN /usr/ports/palm/libmal/files/patch-malsync::mal::common::AGNet.h libmal/files/patch-malsync::mal::common::AGNet.h
--- /usr/ports/palm/libmal/files/patch-malsync::mal::common::AGNet.h Thu Jan 1 01:00:00 1970
+++ libmal/files/patch-malsync::mal::common::AGNet.h Sun Apr 4 18:41:05 2004
@@ -0,0 +1,11 @@
+--- malsync/mal/common/AGNet.h.orig Thu Mar 18 19:46:23 2004
++++ malsync/mal/common/AGNet.h Thu Mar 18 19:46:54 2004
+@@ -61,7 +61,7 @@
+ # include <sys/filio.h>
+ # include <arpa/inet.h>
+ # else
+-# if (defined(BSD) && BSD >= 199306) || defined(_HPUX_SOURCE)
++# if defined(__FreeBSD__)
+ # include <sys/ioctl.h>
+ # include <arpa/inet.h>
+ # else
diff -urN /usr/ports/palm/libmal/pkg-plist libmal/pkg-plist
--- /usr/ports/palm/libmal/pkg-plist Fri Aug 1 17:45:45 2003
+++ libmal/pkg-plist Sun Apr 4 18:47:06 2004
@@ -1,3 +1,4 @@
+bin/malsync
include/libmal/AGArray.h
include/libmal/AGBase64.h
include/libmal/AGBufferReader.h
@@ -53,5 +54,5 @@
lib/libmal.a
lib/libmal.la
lib/libmal.so
-lib/libmal.so.0
+lib/libmal.so.1
@dirrm include/libmal
--- libmal.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list