svn commit: r527789 - head/net/pygopherd

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 4 16:54:15 UTC 2020


Author: sunpoet
Date: Wed Mar  4 16:54:13 2020
New Revision: 527789
URL: https://svnweb.freebsd.org/changeset/ports/527789

Log:
  Reset maintainership
  
  - While I'm here:
    - Pet portlint: move DISTVERSIONPREFIX upward
    - Update manpage location (r523104)
  
  PR:		244482
  Submitted by:	Neel Chauhan <neel at neelc.org> (maintainer)

Modified:
  head/net/pygopherd/Makefile
  head/net/pygopherd/pkg-plist

Modified: head/net/pygopherd/Makefile
==============================================================================
--- head/net/pygopherd/Makefile	Wed Mar  4 16:50:07 2020	(r527788)
+++ head/net/pygopherd/Makefile	Wed Mar  4 16:54:13 2020	(r527789)
@@ -3,10 +3,10 @@
 
 PORTNAME=	pygopherd
 PORTVERSION=	2.0.18.4
-CATEGORIES=	net python
 DISTVERSIONPREFIX=	debian/
+CATEGORIES=	net python
 
-MAINTAINER=	neel at neelc.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Multiprotocol Information Server
 
 LICENSE=	GPLv2
@@ -34,6 +34,6 @@ post-patch:
 	@${MV} ${WRKSRC}/conf/pygopherd.conf ${WRKSRC}/conf/pygopherd.conf.sample
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${STAGEDIR}${MANPREFIX}/man/man8
+	${INSTALL_MAN} ${WRKSRC}/doc/pygopherd.8 ${STAGEDIR}${PREFIX}/share/man/man8
 
 .include <bsd.port.mk>

Modified: head/net/pygopherd/pkg-plist
==============================================================================
--- head/net/pygopherd/pkg-plist	Wed Mar  4 16:50:07 2020	(r527788)
+++ head/net/pygopherd/pkg-plist	Wed Mar  4 16:54:13 2020	(r527789)
@@ -134,4 +134,4 @@ etc/pygopherd/mime.types
 %%PYTHON_SITELIBDIR%%/pygopherd-2.0.18-py%%PYTHON_VER%%.egg-info/SOURCES.txt
 %%PYTHON_SITELIBDIR%%/pygopherd-2.0.18-py%%PYTHON_VER%%.egg-info/dependency_links.txt
 %%PYTHON_SITELIBDIR%%/pygopherd-2.0.18-py%%PYTHON_VER%%.egg-info/top_level.txt
-man/man8/pygopherd.8.gz
+share/man/man8/pygopherd.8.gz


More information about the svn-ports-head mailing list