Bug 182316 - drop maintainership for www/mysqlphp2postgres and textproc/lacheck
Summary: drop maintainership for www/mysqlphp2postgres and textproc/lacheck
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: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-23 12:10 UTC by Uwe Pierau
Modified: 2013-10-12 00:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Pierau 2013-09-23 12:10:00 UTC
uwe.pierau@tu-clausthal.de is no working email address anymore.
since i no longer have an email address please remove this address.
thanks

Fix: 

change email address to ports@freebsd.org
How-To-Repeat: search for maintainer of www/mysqlphp2postgres and textproc/lacheck
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-23 12:10:08 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (submitter is not maintainer) (via the GNATS Auto Assign 
Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-23 12:10:09 UTC
Maintainer of www/mysqlphp2postgres,

Please note that PR ports/182316 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182316

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-23 12:10:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-11 23:56:30 UTC
Author: ak
Date: Fri Oct 11 22:56:23 2013
New Revision: 330106
URL: http://svnweb.freebsd.org/changeset/ports/330106

Log:
  - Support STAGEDIR
  - Reset maintainer, address bounces [1]:
  
  550 5.1.1 <uwe.pierau@tu-clausthal.de>: Recipient address rejected: undeliverable address:
  host sphinx.rz.tu-clausthal.de[139.174.2.44] said: 550-5.1.1 <uwe.pierau@tu-clausthal.de>: Recipient address
  rejected: undeliverable address:
  host mail.tu-clausthal.de[139.174.2.1] said: 550 uwe.pierau@tu-clausthal.de unknown user account (in reply to RCPT TO command)
  
  PR:	ports/182316 [1]
  Submitted by:	Uwe Pierau <noaddress@freebsd.de> [1]

Modified:
  head/textproc/lacheck/Makefile   (contents, props changed)
  head/www/mysqlphp2postgres/Makefile   (contents, props changed)

Modified: head/textproc/lacheck/Makefile
==============================================================================
--- head/textproc/lacheck/Makefile	Fri Oct 11 21:48:49 2013	(r330105)
+++ head/textproc/lacheck/Makefile	Fri Oct 11 22:56:23 2013	(r330106)
@@ -7,16 +7,15 @@ CATEGORIES=	textproc
 MASTER_SITES=	ftp://cam.ctan.org/tex-archive/support/lacheck/ \
 		http://www.heim2.tu-clausthal.de/~upp/lacheck/
 
-MAINTAINER=	uwe.pierau@tu-clausthal.de
-COMMENT=	A tool for finding common mistakes in LaTeX documents
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	Tool for finding common mistakes in LaTeX documents
 
-MAN1=		lacheck.1
-PLIST_FILES=	bin/lacheck
+PLIST_FILES=	bin/lacheck \
+		man/man1/lacheck.1.gz
 ALL_TARGET=	lacheck lacheck.1
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/lacheck ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/lacheck.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/www/mysqlphp2postgres/Makefile
==============================================================================
--- head/www/mysqlphp2postgres/Makefile	Fri Oct 11 21:48:49 2013	(r330105)
+++ head/www/mysqlphp2postgres/Makefile	Fri Oct 11 22:56:23 2013	(r330106)
@@ -7,11 +7,13 @@ CATEGORIES=	www
 MASTER_SITES=	http://downloads.mikekohn.net/mp2p/ \
 		http://www.heim2.tu-clausthal.de/~upp/mysqlphp2postgres/
 
-MAINTAINER=	uwe.pierau@tu-clausthal.de
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Convert MySQL calls in a PHP page into PostgreSQL calls
 
 ALL_TARGET=	default
 PLIST_FILES=	bin/mysqlphp2postgres
 
-NO_STAGE=	yes
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+
 .include <bsd.port.mk>
_______________________________________________
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 5 Alex Kozlov freebsd_committer freebsd_triage 2013-10-11 23:57:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 6 Alex Kozlov freebsd_committer freebsd_triage 2013-10-11 23:57:53 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!