- Update to version 1.0.2
PR: 57831 Submitted by: maintainer
This commit is contained in:
parent
249c67167e
commit
971e2931c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90800
3 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= libukcprog
|
||||
PORTVERSION= 1.0.1
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ftp://ftp.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
||||
http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/%SUBDIR%/ \
|
||||
|
@ -18,9 +18,10 @@ MAINTAINER= tim@bishnet.net
|
|||
COMMENT= Generally useful low level routines
|
||||
|
||||
MAN3= ukcprog.3
|
||||
DIST_SUBDIR= iscream
|
||||
DIST_SUBDIR= i-scream
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GNOME= pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (iscream/libukcprog-1.0.1.tar.gz) = df37b87952247d1efffc678dd0103f37
|
||||
MD5 (i-scream/libukcprog-1.0.2.tar.gz) = de3a90b2a9f20463cd9189a024e3c405
|
||||
|
|
|
@ -3,3 +3,5 @@ lib/libukcprog.a
|
|||
lib/libukcprog.la
|
||||
lib/libukcprog.so
|
||||
lib/libukcprog.so.0
|
||||
libdata/pkgconfig/libukcprog.pc
|
||||
@unexec rmdir %D/libdata/pkgconfig 2>/dev/null || true
|
||||
|
|
Loading…
Reference in a new issue