Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2000 08:05:24 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23756: Update port: biology/gperiodic to 1.2.6
Message-ID:  <200012221605.eBMG5Oc72428@freefall.freebsd.org>
Resent-Message-ID: <200012221610.eBMGA0J74338@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23756
>Category:       ports
>Synopsis:       Update port: biology/gperiodic to 1.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 22 08:10:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.2.6

New file:
files/patch-aa

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/biology/gperiodic/Makefile biology/gperiodic/Makefile
--- /usr/ports/biology/gperiodic/Makefile	Thu Oct  5 22:40:51 2000
+++ biology/gperiodic/Makefile	Wed Dec 20 03:23:38 2000
@@ -6,28 +6,31 @@
 #
 
 PORTNAME=	gperiodic
-PORTVERSION=	1.2.2
+PORTVERSION=	1.2.6
 CATEGORIES=	biology
 MASTER_SITES=	ftp://ftp.seul.org/pub/gperiodic/
 
 MAINTAINER=	ports@FreeBSD.org
 
-WRKSRC=		${WRKDIR}/gperiodic
+WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_X_PREFIX=	yes
-USE_GMAKE=	yes
 USE_GTK=	yes
+USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 
 MAN1=		gperiodic.1
 
+post-extract:
+	@${RM} -f ${WRKSRC}/config.cache
+
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${MANPREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/gperiodic
-.for file in AUTHORS COPYING Changes README
+.for file in AUTHORS Changes README
 	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic
 .endfor
 .endif
diff -urN /usr/ports/biology/gperiodic/distinfo biology/gperiodic/distinfo
--- /usr/ports/biology/gperiodic/distinfo	Sat Jan 15 05:30:36 2000
+++ biology/gperiodic/distinfo	Wed Dec 20 02:35:59 2000
@@ -1 +1 @@
-MD5 (gperiodic-1.2.2.tar.gz) = 243d70c5665ccb105314a28114f8a1a0
+MD5 (gperiodic-1.2.6.tar.gz) = 719465978b1d6cd98b882e67f6943cfe
diff -urN /usr/ports/biology/gperiodic/files/patch-aa biology/gperiodic/files/patch-aa
--- /usr/ports/biology/gperiodic/files/patch-aa	Thu Jan  1 09:00:00 1970
+++ biology/gperiodic/files/patch-aa	Wed Dec 20 03:25:35 2000
@@ -0,0 +1,14 @@
+--- src/gperiodic.c.orig	Wed Sep  8 22:42:48 1999
++++ src/gperiodic.c	Wed Dec 20 03:25:27 2000
+@@ -484,10 +484,7 @@
+   textdomain (PACKAGE);
+   bindtextdomain(PACKAGE, GPERIODIC_LOCALE_DIR);
+ 
+-  lang = getenv("LANG");
+-  if( NULL == lang ) {
+-    lang = "en";
+-  }
++  gtk_set_locale();
+ 
+   gtk_init(&argc,&argv);
+ 
diff -urN /usr/ports/biology/gperiodic/pkg-plist biology/gperiodic/pkg-plist
--- /usr/ports/biology/gperiodic/pkg-plist	Tue Oct  3 05:40:02 2000
+++ biology/gperiodic/pkg-plist	Wed Dec 20 02:50:09 2000
@@ -1,10 +1,11 @@
 bin/gperiodic
 share/doc/gperiodic/AUTHORS
-share/doc/gperiodic/COPYING
 share/doc/gperiodic/Changes
 share/doc/gperiodic/README
 share/locale/de/LC_MESSAGES/gperiodic.mo
 share/locale/es/LC_MESSAGES/gperiodic.mo
 share/locale/fr/LC_MESSAGES/gperiodic.mo
+share/locale/it/LC_MESSAGES/gperiodic.mo
+share/locale/nl/LC_MESSAGES/gperiodic.mo
 share/locale/pt/LC_MESSAGES/gperiodic.mo
 @dirrm share/doc/gperiodic


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012221605.eBMG5Oc72428>