mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.5.3
PR: ports/95567 Submitted by: Alex Varju <freebsd-ports@varju.ca> (maintainer)
This commit is contained in:
parent
0edf1851f7
commit
8a086b373c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159301
@ -6,11 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= gallery
|
||||
PORTVERSION= 1.5.2.2
|
||||
PORTVERSION= 1.5.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.2$/-pl2/}
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS}
|
||||
DIST_SUBDIR= gallery
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (gallery/gallery-1.5.2-pl2.tar.gz) = 532b85af77a410bc27833d40d234ce1c
|
||||
SHA256 (gallery/gallery-1.5.2-pl2.tar.gz) = a07c1ccf2fb4f05d8ab85e69d96e01419c8d4f357dcad4dfbb66d57ff40c2265
|
||||
SIZE (gallery/gallery-1.5.2-pl2.tar.gz) = 2340616
|
||||
MD5 (gallery/gallery-1.5.3.tar.gz) = ed5fd4aeff5146552eaba5ff6d0de576
|
||||
SHA256 (gallery/gallery-1.5.3.tar.gz) = 816d53da5f1fe4373b3e217143af86681c6d18e4b4dde0f1c6c8d8f5d2138481
|
||||
SIZE (gallery/gallery-1.5.3.tar.gz) = 2353018
|
||||
MD5 (gallery/af_ZA-1.5.1.tar.gz) = 1ed3ffcacca09f9e54ab216ff01935e4
|
||||
SHA256 (gallery/af_ZA-1.5.1.tar.gz) = 64d39bfa1d79895dfc13b9612bc13f316231784b3af900d53e1f232c180d4d40
|
||||
SIZE (gallery/af_ZA-1.5.1.tar.gz) = 136045
|
||||
|
@ -17,6 +17,7 @@
|
||||
%%GALLERYDIR%%/classes/Database.php
|
||||
%%GALLERYDIR%%/classes/EverybodyUser.php
|
||||
%%GALLERYDIR%%/classes/HTML/table.php
|
||||
%%GALLERYDIR%%/classes/HTML_Safe/Safe.php
|
||||
%%GALLERYDIR%%/classes/Image.php
|
||||
%%GALLERYDIR%%/classes/LoggedInUser.php
|
||||
%%GALLERYDIR%%/classes/Mail/RFC822.php
|
||||
@ -26,6 +27,9 @@
|
||||
%%GALLERYDIR%%/classes/NobodyUser.php
|
||||
%%GALLERYDIR%%/classes/User.php
|
||||
%%GALLERYDIR%%/classes/UserDB.php
|
||||
%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3.php
|
||||
%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3/Decorators.php
|
||||
%%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3/States.php
|
||||
%%GALLERYDIR%%/classes/database/mysql/Database.php
|
||||
%%GALLERYDIR%%/classes/gallery/User.php
|
||||
%%GALLERYDIR%%/classes/gallery/UserDB.php
|
||||
@ -366,6 +370,11 @@
|
||||
%%GALLERYDIR%%/images/icons/history.gif
|
||||
%%GALLERYDIR%%/images/icons/idea.gif
|
||||
%%GALLERYDIR%%/images/icons/identity.gif
|
||||
%%GALLERYDIR%%/images/icons/imageedit/flip.gif
|
||||
%%GALLERYDIR%%/images/icons/imageedit/mirror.gif
|
||||
%%GALLERYDIR%%/images/icons/imageedit/rotate-180.gif
|
||||
%%GALLERYDIR%%/images/icons/imageedit/rotate-270.gif
|
||||
%%GALLERYDIR%%/images/icons/imageedit/rotate-90.gif
|
||||
%%GALLERYDIR%%/images/icons/info.gif
|
||||
%%GALLERYDIR%%/images/icons/kcmfontinst.gif
|
||||
%%GALLERYDIR%%/images/icons/kdf.gif
|
||||
@ -1127,6 +1136,7 @@
|
||||
@dirrm %%GALLERYDIR%%/includes/add_photos
|
||||
@dirrm %%GALLERYDIR%%/includes
|
||||
@dirrm %%GALLERYDIR%%/images/icons/tree
|
||||
@dirrm %%GALLERYDIR%%/images/icons/imageedit
|
||||
@dirrm %%GALLERYDIR%%/images/icons
|
||||
@dirrm %%GALLERYDIR%%/images/ecard_images
|
||||
@dirrm %%GALLERYDIR%%/images
|
||||
@ -1172,7 +1182,10 @@
|
||||
@dirrm %%GALLERYDIR%%/classes/gallery
|
||||
@dirrm %%GALLERYDIR%%/classes/database/mysql
|
||||
@dirrm %%GALLERYDIR%%/classes/database
|
||||
@dirrm %%GALLERYDIR%%/classes/XML_HTMLSax3/HTMLSax3
|
||||
@dirrm %%GALLERYDIR%%/classes/XML_HTMLSax3
|
||||
@dirrm %%GALLERYDIR%%/classes/Mail
|
||||
@dirrm %%GALLERYDIR%%/classes/HTML_Safe
|
||||
@dirrm %%GALLERYDIR%%/classes/HTML
|
||||
@dirrm %%GALLERYDIR%%/classes
|
||||
@dirrmtry %%GALLERYDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user