mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 20091231
PR: 148573 Submitted by: Ports Fury
This commit is contained in:
parent
3e2084c8c4
commit
3923f18ccd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257785
3 changed files with 8 additions and 24 deletions
|
@ -4,19 +4,18 @@
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
PORTNAME= libuninameslist
|
|
||||||
PORTVERSION= 20080409
|
|
||||||
CATEGORIES= textproc
|
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/${PORTVERSION}/
|
|
||||||
|
|
||||||
USE_BZIP2= yes
|
PORTNAME= libuninameslist
|
||||||
|
PORTVERSION= 20091231
|
||||||
|
CATEGORIES= textproc
|
||||||
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20sources/Unicode_5.2-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A library of Unicode annotation data
|
COMMENT= A library of Unicode annotation data
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USE_GNOME= gnometarget
|
USE_BZIP2= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_AUTOTOOLS= libtool:22
|
USE_AUTOTOOLS= libtool:22
|
||||||
ALL_TARGET= both
|
ALL_TARGET= both
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (libuninameslist-20080409.tar.bz2) = bcf7d9d7975278d11338b69d1248a072
|
MD5 (libuninameslist-20091231.tar.bz2) = 14f47d50fb0e05c5029298847437feab
|
||||||
SHA256 (libuninameslist-20080409.tar.bz2) = 992c4b289dd4c93652cfbd32ae85f1bd16982c93417c0612858671d0b45e62ae
|
SHA256 (libuninameslist-20091231.tar.bz2) = ea401c625d849a0b554abf9800289ad38eb63817fafc277fe7301e454ab3fec7
|
||||||
SIZE (libuninameslist-20080409.tar.bz2) = 535866
|
SIZE (libuninameslist-20091231.tar.bz2) = 568820
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
--- Makefile.in.orig 2008-04-09 23:44:33.000000000 +0200
|
|
||||||
+++ Makefile.in 2009-08-27 11:52:44.563429892 +0200
|
|
||||||
@@ -38,9 +38,9 @@
|
|
||||||
install: both
|
|
||||||
# You may need to be root to do the install
|
|
||||||
mkdir -p $(DESTDIR)$(libdir)
|
|
||||||
- $(LIBTOOL) $(INSTALL) -c libuninameslist.la $(DESTDIR)$(libdir)/libuninameslist.la
|
|
||||||
- $(LIBTOOL) $(INSTALL) -c libuninameslist-fr.la $(DESTDIR)$(libdir)/libuninameslist-fr.la
|
|
||||||
- $(LIBTOOL) --finish $(DESTDIR)$(libdir)
|
|
||||||
+ $(LIBTOOL) --mode=install $(INSTALL) -c libuninameslist.la $(DESTDIR)$(libdir)/libuninameslist.la
|
|
||||||
+ $(LIBTOOL) --mode=install $(INSTALL) -c libuninameslist-fr.la $(DESTDIR)$(libdir)/libuninameslist-fr.la
|
|
||||||
+ $(LIBTOOL) --mode=finish $(DESTDIR)$(libdir)
|
|
||||||
mkdir -p $(DESTDIR)$(incdir)
|
|
||||||
$(INSTALL_DATA) nameslist.h $(DESTDIR)$(incdir)/uninameslist.h
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue