Bug 53079 - update archivers/arj to 3.10g
Summary: update archivers/arj to 3.10g
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: Sergey A. Osokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-09 09:40 UTC by Konstantin Reznichenko
Modified: 2003-06-09 22:12 UTC (History)
0 users

See Also:


Attachments
file.diff (154 bytes, patch)
2003-06-09 09:40 UTC, Konstantin Reznichenko
no flags Details | Diff
file.diff (1.60 KB, patch)
2003-06-09 09:40 UTC, Konstantin Reznichenko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Reznichenko 2003-06-09 09:40:11 UTC
    Update to 3.10g

Fix: PORTNAME= arj
-PORTVERSION= 3.10b
+PORTVERSION= 3.10g
 CATEGORIES= archivers
 MASTER_SITES= ${MASTER_SITE_LOCAL} \
   http://testcase.newmail.ru/files/
@@ -15,24 +15,26 @@
 MAINTAINER= kot@premierbank.dp.ua
 COMMENT= Open-source ARJ

-USE_AUTOCONF= yes
-USE_GMAKE= yes
+WRKSRC=  ${WRKDIR}/${PORTNAME}
+USE_AUTOCONF_VER= 253
+USE_GMAKE=  yes
 CONFIGURE_WRKSRC= ${WRKSRC}/gnu
-MAKEFILE= makefile.gnu
+MAKEFILE=  GNUmakefile
+STRIP=
+LANGUAGE?=  en
+MAKE_ENV+=  "LOCALE=${LANGUAGE}"

 pre-build:
  @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS}
${MAKEFILE} ${MAKE_ARGS} prepare)

-do-install:
-.for f in arj rearj arjdisp register
- ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${OSREL}/en/rs/$f/$f ${PREFIX}/bin
-.endfor
- ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${OSREL}/en/rs/arjcrypt/arjcrypt.so
${PREFIX}/lib
+post-install:
 .if !defined(NOPORTDOCS)
  @${MKDIR} ${DOCSDIR}
  cd ${WRKSRC}/doc && ${INSTALL_DATA} COPYING debug.txt ${DOCSDIR}
- cd ${WRKSRC}/resource/en && \
-  ${INSTALL_DATA} arjl.txt arjs.txt history.txt readme.txt unix.txt
${DOCSDIR}
+ cd ${WRKSRC}/resource/${LANGUAGE} && \
+ ${INSTALL_DATA} arjl.txt arjs.txt history.txt readme.txt unix.txt
${DOCSDIR}
 .endif
+
+MAN1= arj-register.1 arj.1 arjdisp.1 rearj.1

 .include <bsd.port.mk>
Comment 1 Sergey A. Osokin freebsd_committer freebsd_triage 2003-06-09 10:04:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->osa

Take PR.
Comment 2 Sergey A. Osokin freebsd_committer freebsd_triage 2003-06-09 22:12:24 UTC
State Changed
From-To: open->closed

Commited, thanks!