diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-03-08 12:31:58 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-03-08 12:31:58 +0000 |
commit | 1e052d65b5e02c3e0730473f9e2ffd988492e03e (patch) | |
tree | 100a41c82a17c2635aad260b33766977f7726d2e | |
parent | e14f6b2ddf0f92936d162472b476d793281a7bac (diff) | |
download | FreeBSD-ports-1e052d65b5e02c3e0730473f9e2ffd988492e03e.zip FreeBSD-ports-1e052d65b5e02c3e0730473f9e2ffd988492e03e.tar.gz |
Update to version 1.0.2.
PR: 25595
Submitted by: Roman Shterenzon <roman@xpert.com>
-rw-r--r-- | palm/palmpower/Makefile | 2 | ||||
-rw-r--r-- | palm/palmpower/distinfo | 2 | ||||
-rw-r--r-- | palm/palmpower/files/patch-aa | 11 | ||||
-rw-r--r-- | palm/palmpower/files/patch-ab | 11 | ||||
-rw-r--r-- | palm/palmpower/files/patch-ac | 11 | ||||
-rw-r--r-- | palm/palmpower/files/patch-ad | 11 |
6 files changed, 2 insertions, 46 deletions
diff --git a/palm/palmpower/Makefile b/palm/palmpower/Makefile index f19ee44..e00a824 100644 --- a/palm/palmpower/Makefile +++ b/palm/palmpower/Makefile @@ -6,7 +6,7 @@ # PORTNAME= palmpower -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= palm MASTER_SITES= http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/files/ diff --git a/palm/palmpower/distinfo b/palm/palmpower/distinfo index 9f099a3..7c525d5 100644 --- a/palm/palmpower/distinfo +++ b/palm/palmpower/distinfo @@ -1 +1 @@ -MD5 (palmpower-1.0.1.tar.gz) = 8a8b5fe2fe29bebdc5dcdc2a651baf68 +MD5 (palmpower-1.0.2.tar.gz) = f7c24110ce18483c2d6b2bf985aeab02 diff --git a/palm/palmpower/files/patch-aa b/palm/palmpower/files/patch-aa index 6385d1a..e69de29 100644 --- a/palm/palmpower/files/patch-aa +++ b/palm/palmpower/files/patch-aa @@ -1,11 +0,0 @@ ---- src/pila/main.c.orig Tue Aug 22 13:45:39 2000 -+++ src/pila/main.c Tue Aug 22 13:47:16 2000 -@@ -26,7 +26,7 @@ - // for htonl and ntohl - #ifndef unix - #include <winsock.h> --#else -+#elsif defined(__linux__) - #include <asm/byteorder.h> - #endif - diff --git a/palm/palmpower/files/patch-ab b/palm/palmpower/files/patch-ab index 3629159..e69de29 100644 --- a/palm/palmpower/files/patch-ab +++ b/palm/palmpower/files/patch-ab @@ -1,11 +0,0 @@ ---- src/pila/object.c.orig Tue Aug 22 13:46:44 2000 -+++ src/pila/object.c Tue Aug 22 13:47:04 2000 -@@ -10,7 +10,7 @@ - // for htonl and ntohl - #ifndef unix - #include <winsock.h> --#else -+#elsif defined(__linux__) - #include <asm/byteorder.h> - #endif - diff --git a/palm/palmpower/files/patch-ac b/palm/palmpower/files/patch-ac index 73bc309..e69de29 100644 --- a/palm/palmpower/files/patch-ac +++ b/palm/palmpower/files/patch-ac @@ -1,11 +0,0 @@ ---- src/pila/prc.c.orig Tue Aug 22 13:47:27 2000 -+++ src/pila/prc.c Tue Aug 22 13:47:43 2000 -@@ -22,7 +22,7 @@ - #ifndef unix - //#include <windows.h> - #include <winsock.h> --#else -+#elsif defined(__linux__) - // for htonl and ntohl - #include <asm/byteorder.h> - #endif diff --git a/palm/palmpower/files/patch-ad b/palm/palmpower/files/patch-ad index 08fd7fc..e69de29 100644 --- a/palm/palmpower/files/patch-ad +++ b/palm/palmpower/files/patch-ad @@ -1,11 +0,0 @@ ---- src/pilotdis/Makefile.in.orig Tue Aug 22 13:53:22 2000 -+++ src/pilotdis/Makefile.in Tue Aug 22 13:54:05 2000 -@@ -72,7 +72,7 @@ - DEFS = @DEFS@ -I. -I$(srcdir) - CPPFLAGS = @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lm - pilotdis_OBJECTS = afline.o dis.o fgen.o inst1.o inst2.o main.o pgen.o \ - utils.o - pilotdis_LDADD = $(LDADD) |