diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-07-28 09:57:14 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-07-28 09:57:14 +0000 |
commit | 8cd1dc7145568bc29563c82f6abb8d600bf57e12 (patch) | |
tree | 70b2ae3a095f566f26d7d3ecbf7a6cad5daf2ee0 /astro/gpsd | |
parent | d302b29d5169e02197be908a31e395a347e88550 (diff) | |
download | ports-8cd1dc7145568bc29563c82f6abb8d600bf57e12.tar.gz ports-8cd1dc7145568bc29563c82f6abb8d600bf57e12.zip |
Notes
Diffstat (limited to 'astro/gpsd')
-rw-r--r-- | astro/gpsd/Makefile | 3 | ||||
-rw-r--r-- | astro/gpsd/distinfo | 6 | ||||
-rw-r--r-- | astro/gpsd/files/patch-Makefile.in | 27 |
3 files changed, 4 insertions, 32 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index a7bc5a49002a..16a5af5c074c 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gpsd -PORTVERSION= 2.94 -PORTREVISION= 2 +PORTVERSION= 2.95 CATEGORIES= astro geography MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/astro/gpsd/distinfo b/astro/gpsd/distinfo index 6831bc0c6b00..879ca488cc0b 100644 --- a/astro/gpsd/distinfo +++ b/astro/gpsd/distinfo @@ -1,3 +1,3 @@ -MD5 (gpsd-2.94.tar.gz) = ce70bcd707ac1df861d4c72f503c09d1 -SHA256 (gpsd-2.94.tar.gz) = 1520b87d106d198aa42137db4b230615dbd0d06b04e6fcc84e010172fba2da41 -SIZE (gpsd-2.94.tar.gz) = 1209893 +MD5 (gpsd-2.95.tar.gz) = 12535a9ed9fecf9ea2c5bdc9840da5ae +SHA256 (gpsd-2.95.tar.gz) = 832343a53921a8371efa540ba57c91dadedda445e571c1beb97c06539ef450ae +SIZE (gpsd-2.94.tar.gz) = 1385681 diff --git a/astro/gpsd/files/patch-Makefile.in b/astro/gpsd/files/patch-Makefile.in deleted file mode 100644 index 34b545b74ef5..000000000000 --- a/astro/gpsd/files/patch-Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.in.bak 2010-06-07 18:25:09.000000000 +0400 -+++ Makefile.in 2010-06-07 18:52:16.000000000 +0400 -@@ -371,7 +371,6 @@ - SHELL = @SHELL@ - STRIP = @STRIP@ - VERSION = @VERSION@ --WITH_XMLTO = @WITH_XMLTO@ - WITH_XSLTPROC = @WITH_XSLTPROC@ - X11_LIBS = @X11_LIBS@ - XAW_LIBS = @XAW_LIBS@ -@@ -471,7 +470,6 @@ - - - #SUBDIRS = contrib --XMLTO = xmlto - - # - # Conditionally add programs depending on libraries that may or may not be present. -@@ -1996,7 +1994,7 @@ - - # Install Python modules - @HAVE_PYTHON_TRUE@install-exec-local: --@HAVE_PYTHON_TRUE@ $(PYTHON) setup.py install --prefix=${prefix} --root=$(DESTDIR) -+@HAVE_PYTHON_TRUE@ $(PYTHON) setup.py install --prefix=${prefix} - - @HAVE_XSLT_PROCESSOR_TRUE@.xml.1: - @HAVE_XSLT_PROCESSOR_TRUE@ $(MANGENERATOR) $(MANFLAGS) $(MANTARGET) $< |