diff options
author | asami <asami@FreeBSD.org> | 1995-11-09 13:58:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-09 13:58:00 +0800 |
commit | f523eda955c2795927c105fd829dc8e91b287ec0 (patch) | |
tree | e25508f5e95d45f129f1e023aa5a88e4030d732b | |
parent | 4a27c8944d0c825b4c72a68e98ba28c52b5a2541 (diff) | |
download | freebsd-ports-gnome-f523eda955c2795927c105fd829dc8e91b287ec0.tar.gz freebsd-ports-gnome-f523eda955c2795927c105fd829dc8e91b287ec0.tar.zst freebsd-ports-gnome-f523eda955c2795927c105fd829dc8e91b287ec0.zip |
Add torstenb as maintainer.
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/ctwm/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 3dc9d363c90a..e913d4f3de52 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1995/10/07 13:08:35 torstenb Exp $ +# $Id: Makefile,v 1.3 1995/10/10 17:02:24 ache Exp $ # DISTNAME= ssh-1.2.10 @@ -11,6 +11,8 @@ CATEGORIES= security networking MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/ \ ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ +MAINTAINER= torstenb@FreeBSD.ORG + .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz MASTER_SITES= \ diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 3dc9d363c90a..e913d4f3de52 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.2 1995/10/07 13:08:35 torstenb Exp $ +# $Id: Makefile,v 1.3 1995/10/10 17:02:24 ache Exp $ # DISTNAME= ssh-1.2.10 @@ -11,6 +11,8 @@ CATEGORIES= security networking MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/ \ ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ +MAINTAINER= torstenb@FreeBSD.ORG + .if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES DISTFILES= ${DISTNAME}.tar.gz rsaref2.tar.gz MASTER_SITES= \ diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 9b6eea7d26f3..7cce74633710 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1995/04/01 12:50:47 jkh Exp $ +# $Id: Makefile,v 1.8 1995/04/12 20:30:59 asami Exp $ # DISTNAME= ctwm-3.3 @@ -11,6 +11,8 @@ CATEGORIES+= x11 MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ EXTRACT_SUFX= .tar.Z +MAINTAINER= torstenb@FreeBSD.ORG + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_IMAKE= yes |