svn commit: r335467 - head/www/dfileserver

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Dec 2 08:25:09 UTC 2013


Author: sunpoet
Date: Mon Dec  2 08:25:08 2013
New Revision: 335467
URL: http://svnweb.freebsd.org/changeset/ports/335467

Log:
  - Add LICENSE
  - Support STAGEDIR
  - Update pkg-descr and WWW
  
  PR:		ports/184422
  Submitted by:	Rodrigo Osorio <rodrigo at bebik.net> (maintainer)

Modified:
  head/www/dfileserver/Makefile   (contents, props changed)
  head/www/dfileserver/pkg-descr   (contents, props changed)

Modified: head/www/dfileserver/Makefile
==============================================================================
--- head/www/dfileserver/Makefile	Mon Dec  2 08:17:14 2013	(r335466)
+++ head/www/dfileserver/Makefile	Mon Dec  2 08:25:08 2013	(r335467)
@@ -10,11 +10,12 @@ MASTER_SITES=	http://rodrigo.osorio.free
 MAINTAINER=	rodrigo at bebik.net
 COMMENT=	Compact webserver designed to make sharing files easy
 
+LICENSE=	BSD
+
 PLIST_FILES=	bin/dfileserver
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} 's,g++,${CXX},;s,$$GCCFLAGS,${CXXFLAGS},; \
 		s,strip,${STRIP_CMD},' ${WRKSRC}/build.sh
@@ -24,6 +25,6 @@ do-build:
 	${SETENV} ${MAKE_ENV} ./build.sh)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${PREFIX}/bin/dfileserver
+	${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${STAGEDIR}${PREFIX}/bin/dfileserver
 
 .include <bsd.port.mk>

Modified: head/www/dfileserver/pkg-descr
==============================================================================
--- head/www/dfileserver/pkg-descr	Mon Dec  2 08:17:14 2013	(r335466)
+++ head/www/dfileserver/pkg-descr	Mon Dec  2 08:25:08 2013	(r335467)
@@ -3,6 +3,6 @@ sharing files easy.
 
 By default, it shares whatever folder it was executed from on port 2000.
 While simple, a good deal of flexibility is exposed when you read the
-documentation and look at the optional configuration files, provided
-separately here:
-http://harpy.soarwitheagles.net/~dashy/DFileServer-1.1.2-documentation.tar.gz
+documentation and look at the optional configuration files.
+
+WWW: http://www.bebik.net/doku.php?id=software:dfileserver


More information about the svn-ports-all mailing list