diff options
author | pav <pav@FreeBSD.org> | 2004-01-12 03:54:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-12 03:54:11 +0800 |
commit | 8332066aecfe88398f5842d89f777455290e83a0 (patch) | |
tree | 317eaf3ab8416db0bc2497fe1c197779969f0025 | |
parent | eee74a9b033831d3083a5d03bcd83ef2aa0a4660 (diff) | |
download | freebsd-ports-gnome-8332066aecfe88398f5842d89f777455290e83a0.tar.gz freebsd-ports-gnome-8332066aecfe88398f5842d89f777455290e83a0.tar.zst freebsd-ports-gnome-8332066aecfe88398f5842d89f777455290e83a0.zip |
- Update to new version without version bump
PR: ports/61182
Submitted by: bruno schwander <bruno@mail.tinkerbox.org>
-rw-r--r-- | graphics/sam2p/Makefile | 1 | ||||
-rw-r--r-- | graphics/sam2p/distinfo | 46 | ||||
-rw-r--r-- | graphics/sam2p/files/patch-configure | 8 |
3 files changed, 50 insertions, 5 deletions
diff --git a/graphics/sam2p/Makefile b/graphics/sam2p/Makefile index 3764de5546d1..875108888e4c 100644 --- a/graphics/sam2p/Makefile +++ b/graphics/sam2p/Makefile @@ -8,6 +8,7 @@ PORTNAME= sam2p PORTVERSION= 0.44 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.inf.bme.hu/~pts/ diff --git a/graphics/sam2p/distinfo b/graphics/sam2p/distinfo index 8a51109c7663..d71cf61aa38b 100644 --- a/graphics/sam2p/distinfo +++ b/graphics/sam2p/distinfo @@ -1 +1,45 @@ -MD5 (sam2p-0.44.tar.gz) = d5b43918f8866298790bf97bc1eaca24 +--- configure.orig Sat Jan 10 13:02:06 2004 ++++ configure Sat Jan 10 13:03:00 2004 +@@ -7502,7 +7502,7 @@ + ac_n="${ac_n:-$ECHO_N}" + echo $ac_n "running make Makedep""... $ac_c" 1>&6 + echo "configure:7504: running make Makedep" >&5 +-if >&5 2>&5 make Makedep; then : ++if >&5 2>&5 gmake Makedep; then : + echo "$as_me:$LINENO: result: ok" >&5 + echo "${ECHO_T}ok" >&6 + +================= + +--- gensio.cpp.orig Sat Jan 10 13:11:52 2004 ++++ gensio.cpp Sat Jan 10 13:12:26 2004 +@@ -716,11 +716,7 @@ + /* --- */ + + +-#if HAVE_lstat_in_sys_stat +-# define PTS_lstat lstat +-#else + # define PTS_lstat stat +-#endif + + /** @param fname must start with '/' (dir separator) + * @return true if file successfully created + +======================= + +update /usr/ports/graphics/sam2p/distinfo: + +MD5 (sam2p-0.44.tar.gz) = 349bdc3cd2ba700642b68f97c8cbcac8 + + +>Release-Note: +>Audit-Trail: +Responsible-Changed-From-To: freebsd-ports-bugs->pav +Responsible-Changed-By: pav +Responsible-Changed-When: Sun Jan 11 11:43:13 PST 2004 +Responsible-Changed-Why: +Take. + +http://www.freebsd.org/cgi/query-pr.cgi?pr=61182 +>Unformatted: diff --git a/graphics/sam2p/files/patch-configure b/graphics/sam2p/files/patch-configure index 2c479edcf68a..44b3294e7dd9 100644 --- a/graphics/sam2p/files/patch-configure +++ b/graphics/sam2p/files/patch-configure @@ -1,9 +1,9 @@ ---- configure.orig Fri Feb 7 02:07:46 2003 -+++ configure Fri Feb 7 02:08:00 2003 -@@ -7420,7 +7420,7 @@ +--- configure.orig Wed Oct 1 19:19:53 2003 ++++ configure Sun Jan 11 20:48:06 2004 +@@ -7502,7 +7502,7 @@ ac_n="${ac_n:-$ECHO_N}" echo $ac_n "running make Makedep""... $ac_c" 1>&6 - echo "configure:7422: running make Makedep" >&5 + echo "configure:7504: running make Makedep" >&5 -if >&5 2>&5 make Makedep; then : +if >&5 2>&5 gmake Makedep; then : echo "$as_me:$LINENO: result: ok" >&5 |