mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update port to 0.0.13
This commit is contained in:
parent
c1139bebf2
commit
66c16c713f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48433
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pxtools
|
||||
PORTVERSION= 0.0.11
|
||||
PORTVERSION= 0.0.13
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://www.kneschke.de/projekte/pxtools/download/
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pxtools-0.0.11.tar.gz) = a900c73d18fe864cac2ea6b9ef1e4f6e
|
||||
MD5 (pxtools-0.0.13.tar.gz) = 51bc9055b18dff0677ce953fa35084ba
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- src/Makefile.in.orig Sun Jan 16 08:17:38 2000
|
||||
+++ src/Makefile.in Sun Apr 16 08:40:34 2000
|
||||
@@ -70,7 +70,7 @@
|
||||
--- src/Makefile.in.orig Sat Jun 30 13:01:06 2001
|
||||
+++ src/Makefile.in Thu Oct 4 15:15:13 2001
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
noinst_HEADERS = pxtypes.h pxconvert.h pxparse.h
|
||||
|
||||
-CFLAGS = -g -Wall #-DDEBUG -DDEBUG_HEAD_COPY
|
||||
+CFLAGS = -g @CFLAGS@
|
||||
+CFLAGS = @CFLAGS@ -g -Wall #-DDEBUG -DDEBUG_HEAD_COPY
|
||||
subdir = src
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/pxinfo
|
||||
bin/pxsqldump
|
||||
bin/pxcsvdump
|
||||
bin/pxxmldump
|
||||
|
Loading…
Reference in New Issue
Block a user