diff options
author | steve <steve@FreeBSD.org> | 1999-11-01 09:27:47 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-11-01 09:27:47 +0800 |
commit | e10c23fcc2ca0a47aa0c1a6fd1d3111566e97901 (patch) | |
tree | 4fded2043f216ae15a2a866133aa11851c5df0c8 /security | |
parent | ce16a893e0a8dd5a398c8e9af5d163bc77409252 (diff) | |
download | freebsd-ports-graphics-e10c23fcc2ca0a47aa0c1a6fd1d3111566e97901.tar.gz freebsd-ports-graphics-e10c23fcc2ca0a47aa0c1a6fd1d3111566e97901.tar.zst freebsd-ports-graphics-e10c23fcc2ca0a47aa0c1a6fd1d3111566e97901.zip |
Update to version 1.3.0.
PR: 13826
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/gpasman/Makefile | 9 | ||||
-rw-r--r-- | security/gpasman/distinfo | 2 | ||||
-rw-r--r-- | security/gpasman/files/patch-ab | 25 |
3 files changed, 20 insertions, 16 deletions
diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile index b5bffa04d43..7743461cc86 100644 --- a/security/gpasman/Makefile +++ b/security/gpasman/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: gpasman -# Version required: 1.1.3 +# Version required: 1.3.0 # Date created: Mon Mai 10 1999 # Whom: domi@saargate.de # # $FreeBSD$ # -DISTNAME= gpasman-1.1.3 +DISTNAME= gpasman-1.3.0 CATEGORIES= security -MASTER_SITES= http://www.student.wau.nl/~olivier/gpasman/ +MASTER_SITES= http://gpasman.nl.linux.org/ MAINTAINER= domi@saargate.de @@ -18,4 +18,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/gpasman ${PREFIX}/bin + .include <bsd.port.mk> diff --git a/security/gpasman/distinfo b/security/gpasman/distinfo index f89fa3ae8da..3a4a24f6b6c 100644 --- a/security/gpasman/distinfo +++ b/security/gpasman/distinfo @@ -1 +1 @@ -MD5 (gpasman-1.1.3.tar.gz) = 866e9e87fa7df0bc0c627ebaa3c36166 +MD5 (gpasman-1.3.0.tar.gz) = e50e9b93427cc610067f725d6160c45f diff --git a/security/gpasman/files/patch-ab b/security/gpasman/files/patch-ab index b6fec86532f..c24e3b261bb 100644 --- a/security/gpasman/files/patch-ab +++ b/security/gpasman/files/patch-ab @@ -1,13 +1,14 @@ ---- configure.orig Thu May 6 05:46:20 1999 -+++ configure Mon May 10 19:06:10 1999 -@@ -871,8 +871,8 @@ - done - test -n "$strip" || strip="/usr/bin/strip" +--- src/Makefile.in.orig Sun Sep 19 13:56:52 1999 ++++ src/Makefile.in Sun Sep 19 13:57:20 1999 +@@ -26,9 +26,9 @@ --# Extract the first word of "gtk-config", so it can be a program name with args. --set dummy gtk-config; ac_word=$2 -+# Extract the first word of "gtk12-config", so it can be a program name with args. -+set dummy gtk12-config; ac_word=$2 - echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 - echo "configure:878: checking for $ac_word" >&5 - if eval "test \"`echo '$''{'ac_cv_path_GTKCONFIG'+set}'`\" = set"; then + + CC = @CC@ +-CFLAGS = @DEFS@ @CFLAGS@ $(shell @GTKCONFIG@ --cflags) ++CFLAGS = @DEFS@ @CFLAGS@ `@GTKCONFIG@ --cflags` + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ $(shell @GTKCONFIG@ --libs) ++LIBS = @LIBS@ `@GTKCONFIG@ --libs` + INSTALL = @INSTALL@ + + SRCS = librc2.c file.c gpasman.c |