Bug 190387 - Port Update: sysutils/vlogger - Release Maintainership
Summary: Port Update: sysutils/vlogger - Release Maintainership
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-29 22:10 UTC by Linh Pham
Modified: 2014-05-30 06:40 UTC (History)
0 users

See Also:


Attachments
vlogger-20140529.diff (459 bytes, patch)
2014-05-29 22:10 UTC, Linh Pham
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Linh Pham 2014-05-29 22:10:00 UTC
Releasing maintainership on port due to lack of time to maintain ports anymore.
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-30 03:15:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-30 06:32:14 UTC
Author: sunpoet
Date: Fri May 30 05:32:07 2014
New Revision: 355784
URL: http://svnweb.freebsd.org/changeset/ports/355784
QAT: https://qat.redports.org/buildarchive/r355784/

Log:
  - Reset maintainership
  - While I'm here:
    - Respect PORTDATA and PORTEXAMPLES
    - Use PLIST_FILES instead of PLIST
  
  PR:		ports/190387
  Submitted by:	Linh Pham <question+fbsdports@closedsrc.org> (maintainer)

Deleted:
  head/sysutils/vlogger/pkg-plist
Modified:
  head/sysutils/vlogger/Makefile

Modified: head/sysutils/vlogger/Makefile
==============================================================================
--- head/sysutils/vlogger/Makefile	Fri May 30 05:32:02 2014	(r355783)
+++ head/sysutils/vlogger/Makefile	Fri May 30 05:32:07 2014	(r355784)
@@ -6,7 +6,7 @@ PORTVERSION=	1.3
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	http://n0rp.chemlab.org/${PORTNAME}/
 
-MAINTAINER=	question+fbsdports@closedsrc.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Logging utility for Apache servers with many virtual hosts
 
 LICENSE=	GPLv2
@@ -20,6 +20,11 @@ SHEBANG_FILES=	vlogger
 
 OPTIONS_DEFINE=	EXAMPLES
 
+PLIST_FILES=	bin/vlogger \
+		man/man1/vlogger.1.gz
+PORTDATA=	mysql_create.sql
+PORTEXAMPLES=	vlogger-dbi.conf
+
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DATADIR}
_______________________________________________
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 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-05-30 06:34:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!