diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-07 23:52:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-07 23:52:18 +0800 |
commit | 5b64868bdb843d39a8078482a27610a2facdae74 (patch) | |
tree | b75dbb6735fcf51ed7ea57de9b7c1ab165078ec3 /net | |
parent | a8f3115b36639bc874e0cf94b4f8be4b08720505 (diff) | |
download | freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.tar.gz freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.tar.zst freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.zip |
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/grsync/Makefile | 4 | ||||
-rw-r--r-- | net/ldapscripts/Makefile | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/grsync/Makefile b/net/grsync/Makefile index 0c87dac06188..6e4d3082d2eb 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: grsync # Date created: 24 August 2007 -# Whom: Ganael Laplanche <ganael.laplanche@martymac.com> +# Whom: Ganael Laplanche <ganael.laplanche@martymac.org> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITES= http://www.opbyte.it/release/ \ GENTOO/distfiles \ LOCAL/chinsan -MAINTAINER= ganael.laplanche@martymac.com +MAINTAINER= ganael.laplanche@martymac.org COMMENT= GTK frontend for rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync diff --git a/net/ldapscripts/Makefile b/net/ldapscripts/Makefile index 43a7aa123cfb..b5af3a2bcfc3 100644 --- a/net/ldapscripts/Makefile +++ b/net/ldapscripts/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: ldapscripts # Date created: Sat Oct 01 09:30:00 UTC 2003 -# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.com> +# Whom: Ganael LAPLANCHE <ganael.laplanche@martymac.org> # # $FreeBSD$ # @@ -9,11 +9,11 @@ PORTNAME= ldapscripts PORTVERSION= 1.9.0 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ - http://contribs.martymac.com/ldapscripts/ + http://contribs.martymac.org/ldapscripts/ EXTRACT_SUFX= .tgz -MAINTAINER= ganael.laplanche@martymac.com +MAINTAINER= ganael.laplanche@martymac.org COMMENT= Scripts to manage posix accounts in an OpenLDAP directory WANT_OPENLDAP_VER?= 23 |