diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-30 02:46:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-30 02:46:19 +0800 |
commit | 9371881b7cfb30333e8857bc509b187e2f81ef01 (patch) | |
tree | 27e58a698785142930b5f47b92f434084cf3420e /accessibility | |
parent | 9ae062b5d63bef301c8ba518a10f4730e2938e52 (diff) | |
download | marcuscom-ports-9371881b7cfb30333e8857bc509b187e2f81ef01.tar marcuscom-ports-9371881b7cfb30333e8857bc509b187e2f81ef01.tar.gz marcuscom-ports-9371881b7cfb30333e8857bc509b187e2f81ef01.tar.bz2 marcuscom-ports-9371881b7cfb30333e8857bc509b187e2f81ef01.tar.lz marcuscom-ports-9371881b7cfb30333e8857bc509b187e2f81ef01.tar.xz marcuscom-ports-9371881b7cfb30333e8857bc509b187e2f81ef01.tar.zst marcuscom-ports-9371881b7cfb30333e8857bc509b187e2f81ef01.zip |
Distfile was rerolled to fix typo.
Submitted by: Pawel Worach <pawel.worach@gmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6893 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/atk/Makefile | 4 | ||||
-rw-r--r-- | accessibility/atk/distinfo | 6 | ||||
-rw-r--r-- | accessibility/atk/files/patch-docs_Makefile.in | 10 |
3 files changed, 5 insertions, 15 deletions
diff --git a/accessibility/atk/Makefile b/accessibility/atk/Makefile index 58f709659..09452d537 100644 --- a/accessibility/atk/Makefile +++ b/accessibility/atk/Makefile @@ -3,12 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD: ports/accessibility/atk/Makefile,v 1.47 2006/05/31 22:18:41 mezz Exp $ -# $MCom$ +# $MCom: ports/accessibility/atk/Makefile,v 1.70 2006/07/10 20:53:29 ahze Exp $ # PORTNAME= atk PORTVERSION= 1.12.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= accessibility devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/accessibility/atk/distinfo b/accessibility/atk/distinfo index a56d99fa4..bdb2df16f 100644 --- a/accessibility/atk/distinfo +++ b/accessibility/atk/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/atk-1.12.1.tar.bz2) = df1564d233944b1be0c596761464e53e -SHA256 (gnome2/atk-1.12.1.tar.bz2) = 03ddacf784168a3a79d008101d00faa781e50a3c48850247242dc3877312176e -SIZE (gnome2/atk-1.12.1.tar.bz2) = 632397 +MD5 (gnome2/atk-1.12.1.tar.bz2) = 85190dd5e5c6bcd9b07767bd25eb07ab +SHA256 (gnome2/atk-1.12.1.tar.bz2) = 8d4d8c2698a99e891556cd717379328673805f6ba271f16cf34f0e3d1ba8167c +SIZE (gnome2/atk-1.12.1.tar.bz2) = 641378 diff --git a/accessibility/atk/files/patch-docs_Makefile.in b/accessibility/atk/files/patch-docs_Makefile.in deleted file mode 100644 index b40046ee2..000000000 --- a/accessibility/atk/files/patch-docs_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- docs/Makefile.in.orig Fri Jan 24 16:45:09 2003 -+++ docs/Makefile.in Fri Jan 24 16:45:09 2003 -@@ -274,6 +274,7 @@ - dist-hook-local: all-local - - @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp -+@ENABLE_GTK_DOC_FALSE@all-local: - - #### scan #### - |