Bug 179770 - mail/mail2sms - fix fetch and WWW, add MAINTAINER and mirror
Summary: mail/mail2sms - fix fetch and WWW, add MAINTAINER and mirror
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 15:10 UTC by jharris
Modified: 2013-06-21 00:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2013-06-20 15:10:00 UTC
	mail/mail2sms - fix fetch and WWW, add MAINTAINER and mirror

Fix: -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message



iJwEARECAF0FAlHDAUNWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv
cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93
PXRydWUACgkQSypIl9OdoONYgQCdGpsNw2je7HfjFKA4ZpX1/kvIvAEAmNbvWj/V
x205bHCRZHgEhLkgNTs=
=MLxj
-----END PGP SIGNATURE-------TxidaHvRbCMQRBsxBK8EdFTIJp7GQiqTmDZufpiSIfxW5IBj
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
--- Makefile	(revision 321377)
+++ Makefile	(working copy)
@@ -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
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 321377)
+++ pkg-descr	(working copy)
@@ -2,5 +2,5 @@
 from the mail. Perfectly suitable to send as an SMS message to a
 GSM telephone.
 
-WWW: http://www.contactor.se/~dast/mail2sms/
+WWW: http://daniel.haxx.se/projects/mail2sms/
 WWW: http://sourceforge.net/projects/mail2sms/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.13 (FreeBSD)
How-To-Repeat: 	apply patch below
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-06-20 21:27:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-20 23:57:22 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 William Grzybowski freebsd_committer freebsd_triage 2013-06-20 23:57:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!