View | Details | Raw Unified | Return to bug 119687
Collapse All | Expand All

(-)gpsd.old/Makefile (-1 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	gpsd
8
PORTNAME=	gpsd
9
PORTVERSION=	2.36
9
PORTVERSION=	2.32
10
PORTREVISION=	2
10
CATEGORIES=	astro geography
11
CATEGORIES=	astro geography
11
MASTER_SITES=	${MASTER_SITE_BERLIOS}
12
MASTER_SITES=	${MASTER_SITE_BERLIOS}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)gpsd.old/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gpsd-2.36.tar.gz) = bb54e89ddb4fdc7af8bbc5534652f9ce
1
MD5 (gpsd-2.32.tar.gz) = 4bb9b0c1642d36265c807a04da3d6f60
2
SHA256 (gpsd-2.36.tar.gz) = 0c9bf796b932dab2baab70829780eccde4113c08ce649768facd5010d6da640a
2
SHA256 (gpsd-2.32.tar.gz) = 95bee94daaf0168387152223fac186ba40d7b02657bfc0336c90edc5ea15bf10
3
SIZE (gpsd-2.36.tar.gz) = 736220
3
SIZE (gpsd-2.32.tar.gz) = 617947
(-)gpsd.old/files/patch-gpspipe.c (+10 lines)
Line 0 Link Here
1
--- gpspipe.c.orig	Mon Jan 30 16:04:07 2006
2
+++ gpspipe.c	Mon Jan 30 16:04:56 2006
3
@@ -26,6 +26,7 @@
4
 
5
 #include <errno.h>
6
 #include <stdio.h>
7
+#include <sys/types.h>
8
 #include <sys/socket.h>
9
 #include <unistd.h>
10
 #include <string.h>

Return to bug 119687