svn commit: r373145 - head/x11-toolkits/rep-gtk2
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Nov 23 12:27:02 UTC 2014
Author: danfe
Date: Sun Nov 23 12:27:00 2014
New Revision: 373145
URL: https://svnweb.freebsd.org/changeset/ports/373145
QAT: https://qat.redports.org/buildarchive/r373145/
Log:
- Update to the latest stable version to date, 0.90.8.2
- Remove CPPFLAGS/LDFLAGS augmentation, it is not needed
- Sort USES, make COMMENT more in line with pkg-descr
- Remove @dirrm lines from pkg-plist and convert to PLIST_FILES
since it is down to four lines now
Deleted:
head/x11-toolkits/rep-gtk2/pkg-plist
Modified:
head/x11-toolkits/rep-gtk2/Makefile
head/x11-toolkits/rep-gtk2/distinfo
Modified: head/x11-toolkits/rep-gtk2/Makefile
==============================================================================
--- head/x11-toolkits/rep-gtk2/Makefile Sun Nov 23 12:21:09 2014 (r373144)
+++ head/x11-toolkits/rep-gtk2/Makefile Sun Nov 23 12:27:00 2014 (r373145)
@@ -2,26 +2,24 @@
# $FreeBSD$
PORTNAME= rep-gtk2
-PORTVERSION= 0.90.8.1
-PORTREVISION= 1
+PORTVERSION= 0.90.8.2
PORTEPOCH= 1
CATEGORIES= x11-toolkits
-MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/%SUBDIR%/
-MASTER_SITE_SUBDIR= . Archive
-DISTNAME= rep-gtk-${PORTVERSION}
+MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/
+DISTNAME= rep-gtk_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
-COMMENT= GTK+-2 binding for rep Lisp interpreter
+COMMENT= GTK+-2 bindings for rep Lisp interpreter
LICENSE= GPLv2
LIB_DEPENDS= librep.so:${PORTSDIR}/lang/librep
-USES= tar:xz gmake pathfix pkgconfig libtool
+USES= gmake libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= gtk20
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+PLIST_FILES= include/rep-gtk/rep-gtk.h lib/rep/gui/gtk-2/gtk.a \
+ lib/rep/gui/gtk-2/gtk.so libdata/pkgconfig/rep-gtk.pc
.include <bsd.port.mk>
Modified: head/x11-toolkits/rep-gtk2/distinfo
==============================================================================
--- head/x11-toolkits/rep-gtk2/distinfo Sun Nov 23 12:21:09 2014 (r373144)
+++ head/x11-toolkits/rep-gtk2/distinfo Sun Nov 23 12:27:00 2014 (r373145)
@@ -1,2 +1,2 @@
-SHA256 (rep-gtk-0.90.8.1.tar.xz) = aebb2ae356cb11a2a5a6516703f1b5c6d1d71c48715bc340c13db98b9bd1a650
-SIZE (rep-gtk-0.90.8.1.tar.xz) = 251652
+SHA256 (rep-gtk_0.90.8.2.tar.xz) = 5f1b79f8182817981820edf8028764884b34fb8116f0db9c83426cafa3a85463
+SIZE (rep-gtk_0.90.8.2.tar.xz) = 287104
More information about the svn-ports-head
mailing list