Bug 182393 - [MAINTAINER] japanese/ebnetd: add staging support and etc.
Summary: [MAINTAINER] japanese/ebnetd: add staging support and etc.
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-09-26 06:40 UTC by Yasuhiro Kimura
Modified: 2013-09-26 15:20 UTC (History)
0 users

See Also:


Attachments
patch-ja-ebnetd (944 bytes, text/plain)
2013-09-26 06:40 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2013-09-26 06:40:00 UTC
	
	- Add staging support.
	- Add Created-by header in Makefile.
	- Convert to new LIB_DEPENDS format.
	- Use @dirrmtry instead of @unexec rmdir.
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-09-26 13:55:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-26 15:18:34 UTC
Author: wg
Date: Thu Sep 26 14:18:25 2013
New Revision: 328365
URL: http://svnweb.freebsd.org/changeset/ports/328365

Log:
  japanese/ebnetd: allow staging
  
  - Allow staging
  - Add Created by in Makefile header
  - Convert lib depends to new format
  
  PR:		ports/182393
  Submitted by:	Yasuhiro KIMURA <yasu utahime.org> (maintainer)

Modified:
  head/japanese/ebnetd/Makefile
  head/japanese/ebnetd/pkg-plist   (contents, props changed)
Directory Properties:
  head/japanese/ebnetd/distinfo   (props changed)

Modified: head/japanese/ebnetd/Makefile
==============================================================================
--- head/japanese/ebnetd/Makefile	Thu Sep 26 14:14:43 2013	(r328364)
+++ head/japanese/ebnetd/Makefile	Thu Sep 26 14:18:25 2013	(r328365)
@@ -1,3 +1,4 @@
+# Created by: Motoyuki Kasahara <m-kasahr@sra.co.jp>
 # $FreeBSD$
 
 PORTNAME=	ebnetd
@@ -11,7 +12,7 @@ COMMENT=	Servers for accessing CD-ROM bo
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	eb:${PORTSDIR}/japanese/eb
+LIB_DEPENDS=	libeb.so:${PORTSDIR}/japanese/eb
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
@@ -26,10 +27,4 @@ PLIST_SUB=	EBNETD_RUNDIR=${RUNDIR}/${POR
 
 INFO=		ebnetd ebnetd-ja
 
-NO_STAGE=	yes
-post-install:
-	@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-	@${ECHO}
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/japanese/ebnetd/pkg-plist
==============================================================================
--- head/japanese/ebnetd/pkg-plist	Thu Sep 26 14:14:43 2013	(r328364)
+++ head/japanese/ebnetd/pkg-plist	Thu Sep 26 14:18:25 2013	(r328365)
@@ -1,4 +1,3 @@
-@comment $FreeBSD$
 etc/ebnetd.conf.sample
 libexec/ebhtstat
 libexec/ebnstat
@@ -15,4 +14,4 @@ sbin/ndtpcheck
 sbin/ndtpcontrol
 sbin/ndtpd
 @exec mkdir -m 0755 -p %%EBNETD_RUNDIR%%
-@unexec rmdir %%EBNETD_RUNDIR%%
+@dirrmtry %%EBNETD_RUNDIR%%
_______________________________________________
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-09-26 15:19:33 UTC
State Changed
From-To: open->closed

Committed. Thanks!