diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 09:09:56 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 09:09:56 +0800 |
commit | ccff6da5e69aa4bdc60ce8d5d5602f1ffe1235f6 (patch) | |
tree | 9dcad7ae65e0ec1d149e1ec988349935d21fbf25 /deskutils | |
parent | f62713e133a8e24cc5d80248ea6dc22407eb4c33 (diff) | |
download | freebsd-ports-gnome-ccff6da5e69aa4bdc60ce8d5d5602f1ffe1235f6.tar.gz freebsd-ports-gnome-ccff6da5e69aa4bdc60ce8d5d5602f1ffe1235f6.tar.zst freebsd-ports-gnome-ccff6da5e69aa4bdc60ce8d5d5602f1ffe1235f6.zip |
Update to version 0.7.1
PR: ports/70785
Submitted by: Ports Fury
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/genius/Makefile | 8 | ||||
-rw-r--r-- | deskutils/genius/distinfo | 4 | ||||
-rw-r--r-- | deskutils/genius/pkg-plist | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/deskutils/genius/Makefile b/deskutils/genius/Makefile index de6f21f422eb..230f03d02e1f 100644 --- a/deskutils/genius/Makefile +++ b/deskutils/genius/Makefile @@ -6,7 +6,7 @@ # PORTNAME= genius -PORTVERSION= 0.6.1 +PORTVERSION= 0.7.1 CATEGORIES= deskutils gnome MASTER_SITES= http://ftp.5z.com/pub/genius/ @@ -19,7 +19,8 @@ USE_PERL5_BUILD= yes USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview libgnomeui \ lthack vte -USE_LIBTOOL_VER= 13 +USE_GMAKE= yes +USE_LIBTOOL_VER= 15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -29,4 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ IGNORE= "Requires readline 4.2 or newer" .endif +post-patch: + @${PERL} -pi -e 's|-O3 ||g' ${WRKSRC}/configure + .include <bsd.port.post.mk> diff --git a/deskutils/genius/distinfo b/deskutils/genius/distinfo index 73406b779527..475756eaa05d 100644 --- a/deskutils/genius/distinfo +++ b/deskutils/genius/distinfo @@ -1,2 +1,2 @@ -MD5 (genius-0.6.1.tar.gz) = f6bb8357593f8a51aac1e7eae4f8ad91 -SIZE (genius-0.6.1.tar.gz) = 1226111 +MD5 (genius-0.7.1.tar.gz) = c0e4e906bee0c14aaebfc3ecd17ceef4 +SIZE (genius-0.7.1.tar.gz) = 1551309 diff --git a/deskutils/genius/pkg-plist b/deskutils/genius/pkg-plist index 9a1bf569a785..a8b096df7287 100644 --- a/deskutils/genius/pkg-plist +++ b/deskutils/genius/pkg-plist @@ -80,6 +80,7 @@ share/locale/no/LC_MESSAGES/genius.mo share/locale/pl/LC_MESSAGES/genius.mo share/locale/pt/LC_MESSAGES/genius.mo share/locale/pt_BR/LC_MESSAGES/genius.mo +share/locale/sq/LC_MESSAGES/genius.mo share/locale/sr/LC_MESSAGES/genius.mo share/locale/sr@Latn/LC_MESSAGES/genius.mo share/locale/sv/LC_MESSAGES/genius.mo |