On Sat Sep 24, 2016 at 08:53:33AM +0200, Rafael Sadowski wrote:
> Hi @ports,
> 
> I found this port because the HOMEPAGE was down. The diff fix
> MASTER_SITES and update to last stable release.
> 
> Okay?
> 
> Kind regards,
> 
> Rafael
> 

new diff without removing directory "x"

Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/deco/Makefile,v
retrieving revision 1.12
diff -u -p -u -p -r1.12 Makefile
--- Makefile    18 May 2015 11:29:37 -0000      1.12
+++ Makefile    24 Sep 2016 16:35:45 -0000
@@ -2,29 +2,24 @@
 
 COMMENT=       extract various archive file formats
 
-V=             1.6.3
-ARCHIVE_V=     1.6
-DISTNAME=      deco-${V}
+V=             1.6.4
+ARCHIVE_V=     1.7
 PKGNAME=       deco-archive-${V}
 
 CATEGORIES=    archivers
 
-HOMEPAGE=      http://hartlich.com/deco/
-
 # GPLv3 only
 PERMIT_PACKAGE_CDROM=  Yes
 
 WANTLIB=       c
 
-MASTER_SITES=  ${HOMEPAGE}/download/
-MASTER_SITES0= ${HOMEPAGE}/archive/download/
-
-ARCHIVE_DISTFILE=      deco-archive-${ARCHIVE_V}${EXTRACT_SUFX}
+MASTER_SITES=  https://github.com/peha/deco/archive/
+MASTER_SITES0= https://github.com/peha/deco-archive/archive/
 
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} \
-               ${ARCHIVE_DISTFILE}:0
+DISTFILES=     ${V}${EXTRACT_SUFX} \
+               ${ARCHIVE_V}${EXTRACT_SUFX}
 
-DECO=          ${WRKDIR}/${DISTNAME}
+DECO=          ${WRKDIR}/deco-${V}
 ARCHIVE=       ${WRKDIR}/deco-archive-${ARCHIVE_V}
 
 RUN_DEPENDS=   archivers/arc \
@@ -51,7 +46,7 @@ do-build:
 do-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/deco
        ${INSTALL_PROGRAM} ${DECO}/deco ${PREFIX}/bin
-.for i in CREDITS LICENSE Makefile NEWS README config.mk
+.for i in LICENSE Makefile NEWS README.md config.mk
        rm ${ARCHIVE}/${i}
 .endfor
        cd ${ARCHIVE} && cp -R * ${PREFIX}/share/deco
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/deco/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo    11 May 2015 20:31:13 -0000      1.4
+++ distinfo    24 Sep 2016 16:35:45 -0000
@@ -1,4 +1,4 @@
-SHA256 (deco-1.6.3.tar.gz) = GMqlHTqWcHapPU8of3AHHMQMButozH9mPpzjJp3a1vU=
-SHA256 (deco-archive-1.6.tar.gz) = EoJTobIyrBCZPXogtssx38H0rZ2QFbBIOjP7bqVYhE0=
-SIZE (deco-1.6.3.tar.gz) = 11540
-SIZE (deco-archive-1.6.tar.gz) = 4682
+SHA256 (1.6.4.tar.gz) = YTmz776d+ZXqC7RQa6LtwAOY0N/2uicooRSDZiCM/bc=
+SHA256 (1.7.tar.gz) = KAqc9N+PCl/l6zkIcMeR09LPgxsTl6Pkc0Nm8RJRTOE=
+SIZE (1.6.4.tar.gz) = 23150
+SIZE (1.7.tar.gz) = 17617
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/archivers/deco/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 PLIST
--- pkg/PLIST   11 May 2015 20:31:14 -0000      1.3
+++ pkg/PLIST   24 Sep 2016 16:35:45 -0000
@@ -15,6 +15,7 @@ share/deco/x/alz/
 share/deco/x/alz/extract
 share/deco/x/ape/
 share/deco/x/ape/extract
+share/deco/x/apk
 share/deco/x/ar
 share/deco/x/arc/
 share/deco/x/arc/extract

Reply via email to