svn commit: r328365 - head/japanese/ebnetd

William Grzybowski wg at FreeBSD.org
Thu Sep 26 14:18:26 UTC 2013


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 at 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 @@
- at 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%%
- at unexec rmdir %%EBNETD_RUNDIR%%
+ at dirrmtry %%EBNETD_RUNDIR%%


More information about the svn-ports-all mailing list