svn commit: r466935 - in head: . math math/octave-forge-dicom

Stephen Montgomery-Smith stephen at FreeBSD.org
Tue Apr 10 01:57:23 UTC 2018


Author: stephen
Date: Tue Apr 10 01:57:22 2018
New Revision: 466935
URL: https://svnweb.freebsd.org/changeset/ports/466935

Log:
  - Resurrect math/octave-forge-dicom.
  - Update to 0.2.1.

Added:
  head/math/octave-forge-dicom/
     - copied from r424967, head/math/octave-forge-dicom/
Modified:
  head/MOVED
  head/math/Makefile
  head/math/octave-forge-dicom/Makefile
  head/math/octave-forge-dicom/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Apr 10 01:00:45 2018	(r466934)
+++ head/MOVED	Tue Apr 10 01:57:22 2018	(r466935)
@@ -8712,7 +8712,6 @@ www/hydra||2016-11-01|Has expired: Broken for more tha
 math/py-pyfst||2016-11-01|Has expired: Broken for more than 6 months
 archivers/ruby-zip||2016-11-01|Has expired: Broken will all supported versions of Ruby
 devel/ruby-langscan||2016-11-01|Has expired: Broken will all supported versions of Ruby
-math/octave-forge-dicom||2016-11-01|Has expired: Broken for more than 6 months
 graphics/linux-c6-libGLU|graphics/linux-c6-dri|2016-11-04|Unused
 graphics/linux-c7-libGLU|graphics/linux-c7-dri|2016-11-04|Unused
 multimedia/libmovtar||2016-11-05|Not used anymore, abandonware

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Apr 10 01:00:45 2018	(r466934)
+++ head/math/Makefile	Tue Apr 10 01:57:22 2018	(r466935)
@@ -368,6 +368,7 @@
     SUBDIR += octave-forge-data-smoothing
     SUBDIR += octave-forge-database
     SUBDIR += octave-forge-dataframe
+    SUBDIR += octave-forge-dicom
     SUBDIR += octave-forge-divand
     SUBDIR += octave-forge-doctest
     SUBDIR += octave-forge-econometrics

Modified: head/math/octave-forge-dicom/Makefile
==============================================================================
--- head/math/octave-forge-dicom/Makefile	Sun Oct 30 23:42:36 2016	(r424967)
+++ head/math/octave-forge-dicom/Makefile	Tue Apr 10 01:57:22 2018	(r466935)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	octave-forge-dicom
-PORTVERSION=	0.1.1
-PORTREVISION=	8
+PORTVERSION=	0.2.1
 CATEGORIES=	math
 
 MAINTAINER=	stephen at FreeBSD.org
@@ -12,24 +11,14 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
-BROKEN=		does not build with octave-4.0.0
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2016-11-01
-
 LIB_DEPENDS+=	libgdcmCommon.so:devel/gdcm
 
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC=		${OCTAVE_PKGNAME}
+OCTSRC=		${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
-
-GDCM_MAJ=	2.4
-post-patch:
-	${REINPLACE_CMD} s/gdcm-2.0/gdcm-${GDCM_MAJ}/ \
-		${WRKSRC}/dicominfo.cpp ${WRKSRC}/dicomdict.cpp \
-		${WRKSRC}/dicomread.cpp ${WRKSRC}/dicomlookup.cpp \
-		${WRKSRC}/_gendicomdict.cpp ${WRKSRC}/dicomwrite.cpp
+GNU_CONFIGURE=	yes
 
 .include "${.CURDIR}/../../Mk/bsd.octave.mk"
 

Modified: head/math/octave-forge-dicom/distinfo
==============================================================================
--- head/math/octave-forge-dicom/distinfo	Sun Oct 30 23:42:36 2016	(r424967)
+++ head/math/octave-forge-dicom/distinfo	Tue Apr 10 01:57:22 2018	(r466935)
@@ -1,2 +1,3 @@
-SHA256 (octave-forge/dicom-0.1.1.tar.gz) = 692cc509c70e85d94598866190366d0dbc2968bee56fbb998eac940bea62e8fa
-SIZE (octave-forge/dicom-0.1.1.tar.gz) = 91427
+TIMESTAMP = 1523323105
+SHA256 (octave-forge/dicom-0.2.1.tar.gz) = 7bc3c2b9ccef470bf00ab06fa643b0fcd375e0347d908e0b7494ef635248d31b
+SIZE (octave-forge/dicom-0.2.1.tar.gz) = 174515


More information about the svn-ports-head mailing list