mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.3.1
PR: ports/100589 Submitted by: Alexander Botero-Lowry <alex_AT_foxybanana dot com> Approved by: maintainer (Khairil Yusof)
This commit is contained in:
parent
baaee55979
commit
1c105b2502
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169166
3 changed files with 22 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= libleaftag
|
PORTNAME= libleaftag
|
||||||
PORTVERSION= 0.3.0
|
PORTVERSION= 0.3.1
|
||||||
CATEGORIES= devel deskutils
|
CATEGORIES= devel deskutils
|
||||||
MASTER_SITES= http://releases.chipx86.com/leaftag/libleaftag/
|
MASTER_SITES= http://releases.chipx86.com/leaftag/libleaftag/
|
||||||
|
|
||||||
|
@ -18,6 +18,7 @@ USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GNOME= gnomehack glib20 pkgconfig
|
USE_GNOME= gnomehack glib20 pkgconfig
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (libleaftag-0.3.0.tar.gz) = 5328f5ccb00c5a1902ce1697cd58573e
|
MD5 (libleaftag-0.3.1.tar.gz) = f076ce0f4a4c4ef2d1b4d801f1edd4ec
|
||||||
SHA256 (libleaftag-0.3.0.tar.gz) = a4c918c02b1195eca898dd664c59ee060fda9b807c0a934e7889e616957440c0
|
SHA256 (libleaftag-0.3.1.tar.gz) = c2ef6cb3efa16543b5defd2c98f5044676eddba6be932707a996d81b2b3965fb
|
||||||
SIZE (libleaftag-0.3.0.tar.gz) = 320956
|
SIZE (libleaftag-0.3.1.tar.gz) = 363243
|
||||||
|
|
|
@ -1,3 +1,18 @@
|
||||||
|
%%DOCSDIR%%/LtObject.html
|
||||||
|
%%DOCSDIR%%/LtSource.html
|
||||||
|
%%DOCSDIR%%/LtTag.html
|
||||||
|
%%DOCSDIR%%/ch01.html
|
||||||
|
%%DOCSDIR%%/home.png
|
||||||
|
%%DOCSDIR%%/index.html
|
||||||
|
%%DOCSDIR%%/index.sgml
|
||||||
|
%%DOCSDIR%%/left.png
|
||||||
|
%%DOCSDIR%%/libleaftag-db.html
|
||||||
|
%%DOCSDIR%%/libleaftag.devhelp
|
||||||
|
%%DOCSDIR%%/libleaftag.devhelp2
|
||||||
|
%%DOCSDIR%%/right.png
|
||||||
|
%%DOCSDIR%%/style.css
|
||||||
|
%%DOCSDIR%%/up.png
|
||||||
|
share/leaftag/leaftag-logo-small.png
|
||||||
include/libleaftag/db.h
|
include/libleaftag/db.h
|
||||||
include/libleaftag/leaftag.h
|
include/libleaftag/leaftag.h
|
||||||
include/libleaftag/object.h
|
include/libleaftag/object.h
|
||||||
|
@ -9,3 +24,5 @@ lib/libleaftag.so
|
||||||
lib/libleaftag.so.0
|
lib/libleaftag.so.0
|
||||||
libdata/pkgconfig/libleaftag.pc
|
libdata/pkgconfig/libleaftag.pc
|
||||||
@dirrm include/libleaftag
|
@dirrm include/libleaftag
|
||||||
|
@dirrm %%DOCSDIR%%
|
||||||
|
@dirrm share/leaftag
|
||||||
|
|
Loading…
Add table
Reference in a new issue