Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Mar 2003 01:20:13 -0800 (PST)
From:      "Michael L. Hostbaek" <mich@freebsdcluster.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/48889: New port: mail/smtprc
Message-ID:  <200303040920.h249KDuG011643@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/48889; it has been noted by GNATS.

From: "Michael L. Hostbaek" <mich@freebsdcluster.org>
To: Simon 'portlint' Schubert <corecode@corecode.ath.cx>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/48889: New port: mail/smtprc
Date: Tue, 4 Mar 2003 10:18:44 +0100

 --kORqDWCi7qDJ0mEj
 Content-Type: multipart/mixed; boundary="PNTmBPCT7hxwcZjr"
 Content-Disposition: inline
 
 
 --PNTmBPCT7hxwcZjr
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Here is a diff that changes the installed data files to .sample !
 
 Thanks for the input Simon..=20
 
 /mich
 
 Simon 'portlint' Schubert (corecode) writes:
 > Lately Michael L.Hostbaek told:
 >=20
 > > sed 's/^X//' >smtprc/Makefile << 'END-of-smtprc/Makefile'
 > [...]
 > > X	${INSTALL_DATA} ${WRKSRC}/auto.conf ${PREFIX}/etc/${PORTNAME}
 > > X	${INSTALL_DATA} ${WRKSRC}/email.tmpl ${PREFIX}/etc/${PORTNAME}
 > > X	${INSTALL_DATA} ${WRKSRC}/rcheck.conf ${PREFIX}/etc/${PORTNAME}
 > [...]
 > > sed 's/^X//' >smtprc/pkg-plist << 'END-of-smtprc/pkg-plist'
 > > Xbin/smtprc
 > > Xetc/smtprc/auto.conf
 > > Xetc/smtprc/email.tmpl
 > > Xetc/smtprc/rcheck.conf
 >=20
 > don't you want to install configs as .sample so that they don't get
 > removed when upgrading the port?
 >=20
 > cheers
 >   simon
 >=20
 > --=20
 > /"\   http://corecode.ath.cx/#donate
 > \ /
 >  \     ASCII Ribbon Campaign
 > / \  Against HTML Mail and News
 
 
 
 --=20
 Best Regards,
 	Michael Landin Hostbaek=20
 	FreeBSDCluster.org - an International Community
 
 	*/ PGP-key available upon request /*
 
 --PNTmBPCT7hxwcZjr
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="port_smtprc.diff"
 Content-Transfer-Encoding: quoted-printable
 
 diff -u -ruN smtprc.bak/Makefile smtprc/Makefile
 --- smtprc.bak/Makefile	Tue Mar  4 10:11:55 2003
 +++ smtprc/Makefile	Tue Mar  4 10:14:10 2003
 @@ -26,9 +26,9 @@
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
  	${MKDIR} ${PREFIX}/etc/${PORTNAME}
 -	${INSTALL_DATA} ${WRKSRC}/auto.conf ${PREFIX}/etc/${PORTNAME}
 -	${INSTALL_DATA} ${WRKSRC}/email.tmpl ${PREFIX}/etc/${PORTNAME}
 -	${INSTALL_DATA} ${WRKSRC}/rcheck.conf ${PREFIX}/etc/${PORTNAME}
 +	${INSTALL_DATA} ${WRKSRC}/auto.conf ${PREFIX}/etc/${PORTNAME}/auto.conf.s=
 ample
 +	${INSTALL_DATA} ${WRKSRC}/email.tmpl ${PREFIX}/etc/${PORTNAME}/email.tmpl=
 =2Esample
 +	${INSTALL_DATA} ${WRKSRC}/rcheck.conf ${PREFIX}/etc/${PORTNAME}/rcheck.co=
 nf.sample
  	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1
 =20
  .if !defined(NOPORTDOCS)
 diff -u -ruN smtprc.bak/pkg-plist smtprc/pkg-plist
 --- smtprc.bak/pkg-plist	Tue Mar  4 10:11:55 2003
 +++ smtprc/pkg-plist	Tue Mar  4 10:15:06 2003
 @@ -1,7 +1,7 @@
  bin/smtprc
 -etc/smtprc/auto.conf
 -etc/smtprc/email.tmpl
 -etc/smtprc/rcheck.conf
 +etc/smtprc/auto.conf.sample
 +etc/smtprc/email.tmpl.sample
 +etc/smtprc/rcheck.conf.sample
  @dirrm /etc/smtprc
  %%PORTDOCS%%share/doc/smtprc/README
  %%PORTDOCS%%@dirrm /share/doc/smtprc
 
 --PNTmBPCT7hxwcZjr--
 
 --kORqDWCi7qDJ0mEj
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.1 (FreeBSD)
 
 iD8DBQE+ZG90ewpSEg9V9r4RApHiAJ0bOoGMe3QPAyBes1dhh8JRMabifgCeKss9
 b3YD6CBOD5YfZFM8ITFmMsk=
 =1Aly
 -----END PGP SIGNATURE-----
 
 --kORqDWCi7qDJ0mEj--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303040920.h249KDuG011643>