Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 22:57:15 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321433 - head/mail/mail2sms
Message-ID:  <201306202257.r5KMvFZ3012673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Jun 20 22:57:15 2013
New Revision: 321433
URL: http://svnweb.freebsd.org/changeset/ports/321433

Log:
  mail/mail2sms: fix fetch
  
  - Fix fetch [1]
  - Point WWW to new home in pkg-descr [1]
  - Rework DOCS option
  - Pass maintainership to submitter
  
  PR:		ports/179770 [1]
  Submitted by:	Jason Harris <jharris@widomaker.com>

Modified:
  head/mail/mail2sms/Makefile
  head/mail/mail2sms/pkg-descr

Modified: head/mail/mail2sms/Makefile
==============================================================================
--- head/mail/mail2sms/Makefile	Thu Jun 20 22:54:24 2013	(r321432)
+++ head/mail/mail2sms/Makefile	Thu Jun 20 22:57:15 2013	(r321433)
@@ -4,9 +4,10 @@
 PORTNAME=	mail2sms
 PORTVERSION=	1.3.5
 CATEGORIES=	mail
-MASTER_SITES=	http://www.contactor.se/~dast/stuff/
+MASTER_SITES=	http://daniel.haxx.se/projects/mail2sms/ \
+		http://bitrote.org/distfiles/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	jharris@widomaker.com
 COMMENT=	Mail to SMS converter
 
 GNU_CONFIGURE=	yes
@@ -17,11 +18,9 @@ MAN5=		mail2sms.5
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
 PORTDOCS=	README REGEX example.conf
-.endif
+
+.include <bsd.port.options.mk>
 
 post-patch:
 	${CP} ${WRKSRC}/mail2sms.4 ${WRKSRC}/mail2sms.5
@@ -33,10 +32,8 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/
 	${INSTALL_MAN} ${WRKSRC}/${MAN5} ${PREFIX}/man/man5/
 .if ${PORT_OPTIONS:MDOCS}
-	${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
-	${INSTALL_MAN} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/mail/mail2sms/pkg-descr
==============================================================================
--- head/mail/mail2sms/pkg-descr	Thu Jun 20 22:54:24 2013	(r321432)
+++ head/mail/mail2sms/pkg-descr	Thu Jun 20 22:57:15 2013	(r321433)
@@ -2,5 +2,4 @@ mail2sms converts a single (large) mail 
 from the mail. Perfectly suitable to send as an SMS message to a
 GSM telephone.
 
-WWW: http://www.contactor.se/~dast/mail2sms/
-WWW: http://sourceforge.net/projects/mail2sms/
+WWW: http://daniel.haxx.se/projects/mail2sms/



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