From a0749ab96592f7984bfbf013686501a0afdf711b Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 1 Nov 1999 01:27:47 +0000 Subject: Update to version 1.3.0. PR: 13826 Submitted by: maintainer --- security/gpasman/Makefile | 9 ++++++--- security/gpasman/distinfo | 2 +- security/gpasman/files/patch-ab | 25 +++++++++++++------------ 3 files changed, 20 insertions(+), 16 deletions(-) (limited to 'security') diff --git a/security/gpasman/Makefile b/security/gpasman/Makefile index b5bffa04d43b..7743461cc861 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 diff --git a/security/gpasman/distinfo b/security/gpasman/distinfo index f89fa3ae8daf..3a4a24f6b6c3 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 b6fec86532ff..c24e3b261bb0 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 -- cgit v1.2.3