diff options
author | pav <pav@FreeBSD.org> | 2004-03-14 21:26:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-14 21:26:50 +0800 |
commit | e69e13830928d313322bf5b236356d0e417106eb (patch) | |
tree | c059d1e9ec9bc375752e48b370b1efa51061998e /science | |
parent | 7c7938fe7fd7127405fc60894fb34071a7e7e112 (diff) | |
download | freebsd-ports-gnome-e69e13830928d313322bf5b236356d0e417106eb.tar.gz freebsd-ports-gnome-e69e13830928d313322bf5b236356d0e417106eb.tar.zst freebsd-ports-gnome-e69e13830928d313322bf5b236356d0e417106eb.zip |
- Update gtk patch to version 5
- Fix cdcl-gtk package
PR: ports/64241
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer)
Diffstat (limited to 'science')
-rw-r--r-- | science/cdcl-gtk/Makefile | 3 | ||||
-rw-r--r-- | science/cdcl/Makefile | 2 | ||||
-rw-r--r-- | science/cdcl/distinfo | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/science/cdcl-gtk/Makefile b/science/cdcl-gtk/Makefile index 49c638b64feb..b2798caae565 100644 --- a/science/cdcl-gtk/Makefile +++ b/science/cdcl-gtk/Makefile @@ -5,6 +5,8 @@ # $FreeBSD$ # +PORTREVISION= 1 + MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp COMMENT= Scientific graphic library for geoscience (with gtk support) @@ -12,5 +14,6 @@ WITH_GTK= yes MD5_FILE= ${.CURDIR}/../cdcl/distinfo DESCR= ${.CURDIR}/../cdcl/pkg-descr +PLIST= ${.CURDIR}/../cdcl/pkg-plist .include "${.CURDIR}/../cdcl/Makefile" diff --git a/science/cdcl/Makefile b/science/cdcl/Makefile index 2a5b92761c15..a1b79b0df9eb 100644 --- a/science/cdcl/Makefile +++ b/science/cdcl/Makefile @@ -17,7 +17,7 @@ COMMENT?= Scientific graphic library for geoscience .if defined(WITH_GTK) PKGNAMESUFFIX= -gtk PATCH_SITES= http://www-mete.kugi.kyoto-u.ac.jp/seiya/dcl/tarball/ -PATCHFILES= ${DISTNAME}-gtk2-4.patch +PATCHFILES= ${DISTNAME}-gtk2-5.patch PATCH_DIST_STRIP= -p1 USE_GNOME= gtk20 .endif diff --git a/science/cdcl/distinfo b/science/cdcl/distinfo index eb7e4ff609c6..7f0885878cf9 100644 --- a/science/cdcl/distinfo +++ b/science/cdcl/distinfo @@ -1,4 +1,4 @@ MD5 (dcl-5.2-C.3.tar.gz) = 70873b03c0dd854c52522013a7852c09 SIZE (dcl-5.2-C.3.tar.gz) = 943976 -MD5 (dcl-5.2-C.3-gtk2-4.patch) = faa89c2325933dbe4489c6fa66c62938 -SIZE (dcl-5.2-C.3-gtk2-4.patch) = 427255 +MD5 (dcl-5.2-C.3-gtk2-5.patch) = 6d3435a2fe26b1adc6b1f26b291523b7 +SIZE (dcl-5.2-C.3-gtk2-5.patch) = 427345 |