Hi, while I was updating the port, I must have installed those two manually, and did not recognized, that they are not available on FTP. The user should be able to install Zipper without prior compiling the missing dependencies. If someone really needs those two, the new MESSAGE points to them.
OK? Index: Makefile =================================================================== RCS file: /cvs/ports/x11/gnustep/zipper/Makefile,v retrieving revision 1.5 diff -u -p -u -r1.5 Makefile --- Makefile 25 Apr 2013 16:35:36 -0000 1.5 +++ Makefile 18 Jul 2013 11:57:43 -0000 @@ -3,6 +3,7 @@ COMMENT = tool for inspecting compressed archvies DISTNAME = Zipper-1.5 +REVISION = 0 HOMEPAGE = http://gap.nongnu.org/zipper/ MASTER_SITES = ${MASTER_SITE_SAVANNAH:=gap/} @@ -11,8 +12,6 @@ MODULES = x11/gnustep WANTLIB += c m pthread RUN_DEPENDS += archivers/lha \ archivers/p7zip \ - archivers/unace \ - archivers/unarj \ archivers/unrar \ archivers/unzip \ archivers/zoo Index: pkg/MESSAGE =================================================================== RCS file: pkg/MESSAGE diff -N pkg/MESSAGE --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/MESSAGE 18 Jul 2013 11:57:43 -0000 @@ -0,0 +1,2 @@ +To support extraction of ace and arj archives install the +archivers/unace and archivers/unarj ports.
